コード例 #1
0
 public FlatDetailsController(ArjithaContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ResidentRechargeHistoriesController(ArjithaContext context)
 {
     _context = context;
 }
コード例 #3
0
 public Vendors_HandyMan_DetailsController(ArjithaContext context)
 {
     _context = context;
 }
コード例 #4
0
 public ServiceRequestChildsController(ArjithaContext context)
 {
     _context = context;
 }
コード例 #5
0
 public VendorDetailsController(ArjithaContext context)
 {
     _context = context;
 }
コード例 #6
0
 public ArjithaEmployeesController(ArjithaContext context)
 {
     _context = context;
 }
コード例 #7
0
 public ResidentDetailsController(ArjithaContext context)
 {
     _context = context;
 }