I have two references: in .Core reference I have one class with business functions. in another one – models, views and controllers. I want to make a simple Crete function, but can not convert types. //my model in .Core: public class A { public int id { get; set; } public string name { get; […]
The post convert one type to another in MVC appeared first on DexPage.