DigipostClientLibWebapp.Controllers.IdentifyController.IdentifyController C# (CSharp) Метод

IdentifyController() публичный Метод

public IdentifyController ( IDigipostService digipostService ) : System.Web.Mvc
digipostService IDigipostService
Результат System.Web.Mvc
        public IdentifyController(IDigipostService digipostService)
        {
            _digipostService = digipostService;
        }