Example #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="service">Service worker</param>
 public PMS01002Controller(IPMS01002Service service, IPMSCommonService commonservice)
 {
     this._service      = service;
     this.commonService = commonservice;
 }
Example #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="service">Service worker</param>
 public CommonController(IPMSCommonService commonservice, IPMS01002Service servicePMS01002, IPMS02001Service servicePMS02001)
 {
     this.commonService   = commonservice;
     this.servicePMS01002 = servicePMS01002;
     this.servicePMS02001 = servicePMS02001;
 }