DigipostClientLibWebapp.Controllers.IdentifyController.IdentifyController C# (CSharp) Method

IdentifyController() public method

public IdentifyController ( IDigipostService digipostService ) : System.Web.Mvc
digipostService IDigipostService
return System.Web.Mvc
        public IdentifyController(IDigipostService digipostService)
        {
            _digipostService = digipostService;
        }