Пример #1
0
 private string GetNextSQuenceNo()
 {
     XC.Process.Dal.SysStationDal dal = new XC.Process.Dal.SysStationDal();
     return dal.GetTaskNo("S");
 }
Пример #2
0
 private string GetNextSQuenceNo()
 {
     XC.Process.Dal.SysStationDal dal = new XC.Process.Dal.SysStationDal();
     return(dal.GetTaskNo("S"));
 }