コード例 #1
0
 public T_CMS_Master_Contract Get(int EmployeeCode, string Type)
 {
     return(T_CMS_Master_ContractManager.GetItemByEmployeeCode(EmployeeCode));
 }