Esempio n. 1
0
 public ProductRepository(LunaPetShopContext lunaPetShopContext)
 {
     _lunaPetShopContext = lunaPetShopContext;
 }
Esempio n. 2
0
 public UserRepository(LunaPetShopContext lunaPetShopContext)
 {
     _lunaPetShopContext = lunaPetShopContext;
 }