public UsersController(BMStorageContext context)
 {
     _context = context;
 }
Example #2
0
 public UnitTypesController(BMStorageContext context)
 {
     _context = context;
 }
 public ContractsController(BMStorageContext context)
 {
     _context = context;
 }