public KeepAccountWithServiceController()
 {
     _KeepAccountSvc = new KeepAccountService();
 }
Пример #2
0
 public FeedsController()
 {
     _KeepAccountSvc = new KeepAccountService();
 }