public EfAdvertisementRepository(GloyrContext context) : base(context)
 {
 }
 public EfUnitOfWork(GloyrContext _dbcontext)
 {
     dbcontext = _dbcontext ?? throw new ArgumentNullException("dbcontext can not be null");
 }
コード例 #3
0
 public EfCategoryRepository(GloyrContext context) : base(context)
 {
 }