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