예제 #1
0
 protected ApiAuthorizationController()
 {
     //HACK: Этот класс наследуют другие контроллеры... не могу обьявить в Ninject...
     _authrorizeServise = new AuthrorizeService();
 }
예제 #2
0
 public AuthorizeController(IAuthrorizeService authrorizeServise)
 {
     _authrorizeServise = authrorizeServise;
 }