Exemple #1
0
 // 檢查工單是否已建立
 public bool IsExistWorkId(string workId)
 {
     return(_workManager.IsExistWorkId(workId));
 }