Пример #1
0
 public LoginService(myStoreContext myStoreContext)
 {
     _myStoreContext = myStoreContext;
 }
Пример #2
0
 public SignupService(myStoreContext myStoreContext)
 {
     _myStoreContext = myStoreContext;
 }