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;
        }