Beispiel #1
0
 public EFRecipeServices(PinchContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public EfHomeServices(PinchContext context)
 {
     _context = context;
 }
 public EfIngredientServices(PinchContext context)
 {
     _context = context;
 }