public RecipeRepository(IUnitOfWork uow, DboDataContext context) : base(uow, context) { _uow = uow; _context = context; }
public ShoplistIngredientRepository(IUnitOfWork uow, DboDataContext context) : base(uow, context) { _uow = uow; _context = context; }
private void RegisterMaps(ModelBuilder builder) { DboDataContext.RegisterMaps(builder); }