コード例 #1
0
 internal string GetCoCode(string EmpCode)
 {
     return(_EmployeeDA.GetCoCode(EmpCode));
 }