コード例 #1
0
ファイル: SystemService.cs プロジェクト: Thn123/hmj
 public EMPLOYEE GetEmpByEwmId(string EwmId)
 {
     return(_set.GetEmpByEwmId(EwmId));
 }