예제 #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;
 }