Exemple #1
0
 public UserRepository(FastTradeContext context)
 {
     this.db = context;
 }
 public EFUnitOfWork(string connectionString)
 {
     db = new FastTradeContext(connectionString);
 }
Exemple #3
0
 public CategoryRepository(FastTradeContext context)
 {
     this.db = context;
 }
 public LocationRepository(FastTradeContext context)
 {
     this.db = context;
 }
Exemple #5
0
 public RoleRepository(FastTradeContext context)
 {
     this.db = context;
 }
 public KindRepository(FastTradeContext context)
 {
     this.db = context;
 }