public EditModel(rentproperty.Data.rentpropertyContext_DB context)
 {
     _context = context;
 }
示例#2
0
 public CreateModel(rentproperty.Data.rentpropertyContext_DB context)
 {
     _context = context;
 }
 public DetailsModel(rentproperty.Data.rentpropertyContext_DB context)
 {
     _context = context;
 }
示例#4
0
 public IndexModel(rentproperty.Data.rentpropertyContext_DB context)
 {
     _context = context;
 }