Пример #1
0
 public UserRepository(FastTradeContext context)
 {
     this.db = context;
 }
Пример #2
0
 public EFUnitOfWork(string connectionString)
 {
     db = new FastTradeContext(connectionString);
 }
Пример #3
0
 public CategoryRepository(FastTradeContext context)
 {
     this.db = context;
 }
Пример #4
0
 public LocationRepository(FastTradeContext context)
 {
     this.db = context;
 }
Пример #5
0
 public RoleRepository(FastTradeContext context)
 {
     this.db = context;
 }
Пример #6
0
 public KindRepository(FastTradeContext context)
 {
     this.db = context;
 }