예제 #1
0
 public GenericRepository(StoreContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProductRepository(StoreContext context)
 {
     _context = context;
 }
예제 #3
0
파일: UnitOfWork.cs 프로젝트: n1rdeks/shop
 public UnitOfWork(StoreContext context)
 {
     _context = context;
 }