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