Example #1
0
 public RepositoryBase(MasterChefContext db)
 {
     Db = db;
 }
Example #2
0
 public ReceitaRepository(MasterChefContext context) : base(context)
 {
 }
 public CategoriaRepository(MasterChefContext context) : base(context)
 {
 }
Example #4
0
 public IngredienteRepository(MasterChefContext context) : base(context)
 {
 }