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