예제 #1
0
 public GeniricRepository(StoreDBContext storeDBContext)
 {
     _storeDBContext = storeDBContext;
 }
예제 #2
0
 public ProductRepository(StoreDBContext storeDBContext)
 {
     _storeDBContext = storeDBContext;
 }