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