Beispiel #1
0
 public UserRepository(ShopDBEntities db)
 {
     this.db = db;
 }
Beispiel #2
0
 public GoodRepository(ShopDBEntities db)
 {
     this.db = db;
 }
Beispiel #3
0
 public CategoryRepository(ShopDBEntities db)
 {
     this.db = db;
 }
Beispiel #4
0
 public RoleRepository(ShopDBEntities db)
 {
     this.db = db;
 }