public StudentRepository(SalesDBContext salesDBContext) { _salesDBContext = salesDBContext; }
public UserRepository(SalesDBContext salesDBContext, IConfiguration configuration) { _salesDBContext = salesDBContext; _configuration = configuration; }
public CityRepository(SalesDBContext salesDBContext) { _salesDBContext = salesDBContext; }