Beispiel #1
0
 public MockSavedRecipeRepo(CookifyContext context)
 {
     _context = context;
 }
 public MockUserFriendRepo(CookifyContext context)
 {
     _context = context;
 }
 public JwtAuthenticationManager(string key, CookifyContext context)
 {
     this.key      = key;
     this._context = context;
 }
Beispiel #4
0
 public MockIngredientRepo(CookifyContext context)
 {
     _context = context;
 }