Пример #1
0
 public StudentRepository(SalesDBContext salesDBContext)
 {
     _salesDBContext = salesDBContext;
 }
Пример #2
0
 public UserRepository(SalesDBContext salesDBContext, IConfiguration configuration)
 {
     _salesDBContext = salesDBContext;
     _configuration  = configuration;
 }
Пример #3
0
 public CityRepository(SalesDBContext salesDBContext)
 {
     _salesDBContext = salesDBContext;
 }