public SearchSettingRepository() { this.sheringDBContext = new SheringDBContext(); }
public WorkplaceOrderRepository() { this.sheringDBContext = new SheringDBContext(); }
public MonitoringRepository() { this.sheringDBContext = new SheringDBContext(); }
public ClientRepository(IMemoryCache memoryCache) { this.sheringDBContext = new SheringDBContext(); cache = memoryCache; }
public EquipmentRepository() { this.sheringDBContext = new SheringDBContext(); }
public LandlordRepository() { this.sheringDBContext = new SheringDBContext(); }
public BuildingRepository() { this.sheringDBContext = new SheringDBContext(); }
public AccountController(UserManager <User> userManager, IMapper mapper, SheringDBContext appDbContext) { _userManager = userManager; _mapper = mapper; _appDbContext = appDbContext; }
public ValuesController() { sheringDBContext = new SheringDBContext(); }