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