1
Answer

call a method of one model to another model of another controller C#

Hi, I'm new to programming, I need help in knowing how to call a method of one model to another model of another controller in C#.

DataReads in ProjectController has to get data from a method in another controller called DataController

Answers (1)