why not use property declared in model class and initiate in controller class?

前端 未结 0 1432
感情败类
感情败类 2020-12-03 08:09
 namespace WebApplication3.Models

{ public class Employee { public int id { get; set; } public string name { get; set; } public string address { get

相关标签:
回答
  • 消灭零回复
提交回复
热议问题