public EfAdvertisementRepository(GloyrContext context) : base(context) { }
public EfUnitOfWork(GloyrContext _dbcontext) { dbcontext = _dbcontext ?? throw new ArgumentNullException("dbcontext can not be null"); }
public EfCategoryRepository(GloyrContext context) : base(context) { }