Exemplo n.º 1
0
 public RecipePlansService(PlanFoodContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public PlanService(PlanFoodContext context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public PlanService(PlanFoodContext _context)
 {
     context = _context;
 }
Exemplo n.º 4
0
 public DayNameService(PlanFoodContext _context)
 {
     context = _context;
 }
Exemplo n.º 5
0
 public RecipeService(PlanFoodContext _context)
 {
     context = _context;
 }
Exemplo n.º 6
0
 public DayNameService(PlanFoodContext planFoodContext)
 {
     _context = planFoodContext;
 }
Exemplo n.º 7
0
 public BookService(PlanFoodContext planFoodContext)
 {
     _context = planFoodContext;
 }
Exemplo n.º 8
0
 public UserService(PlanFoodContext _context)
 {
     context = _context;
 }
Exemplo n.º 9
0
 public BookService(PlanFoodContext _context)
 {
     context = _context;
 }
Exemplo n.º 10
0
 public AdminService(UserManager <User> userManager, PlanFoodContext context)
 {
     _userManager = userManager;
     _context     = context;
 }