Example #1
0
 public NaNaFormWebSvc()
 {
     this.plmSvc = new NaNa.PLMIntegrationEFGP.PLMIntegrationEFGPService();
 }
Example #2
0
 public NaNaProcessWebSvc()
 {
     this.plmSvc  = new NaNa.PLMIntegrationEFGP.PLMIntegrationEFGPService();
     this.procDao = new ProcessDao();
 }