public PropertiesController(GIWEBContext context)
 {
     _context = context;
 }
Example #2
0
 public TenantService(GIWEBContext context)
 {
     _context = context;
 }
Example #3
0
 public OwnerService(GIWEBContext context)
 {
     _context = context;
 }
 public OwnersController(GIWEBContext context)
 {
     _context = context;
 }
 public TenantsController(GIWEBContext context)
 {
     _context = context;
 }
Example #6
0
 public PropertieService(GIWEBContext context)
 {
     _context = context;
 }