コード例 #1
0
 public ProductRepository(LunaPetShopContext lunaPetShopContext)
 {
     _lunaPetShopContext = lunaPetShopContext;
 }
コード例 #2
0
 public UserRepository(LunaPetShopContext lunaPetShopContext)
 {
     _lunaPetShopContext = lunaPetShopContext;
 }