Exemple #1
0
 public ProductRepository(LunaPetShopContext lunaPetShopContext)
 {
     _lunaPetShopContext = lunaPetShopContext;
 }
Exemple #2
0
 public UserRepository(LunaPetShopContext lunaPetShopContext)
 {
     _lunaPetShopContext = lunaPetShopContext;
 }