public TblInvoicesController(HousingAssociationContext context, ILogger <TblInvoicesController> logger)
 {
     _context = context;
     _logger  = logger;
 }
 public TblOwnersController(HousingAssociationContext context)
 {
     _context = context;
 }
Exemple #3
0
 public VwFlatsController(HousingAssociationContext context)
 {
     _context = context;
 }