예제 #1
0
 public ProductRepository(IAquadineContext context) : base(context)
 {
 }
예제 #2
0
 public BaseRepository(IAquadineContext context)
 {
     Context = context;
 }
예제 #3
0
 public UnitOfWork(IAquadineContext context, IServiceProvider serviceProvider)
 {
     _context         = context;
     _serviceProvider = serviceProvider;
 }