コード例 #1
0
 public bool GetSalaryProcess(string CmpyCode, string Empcode, DateTime dtmonthyy)
 {
     return(_CodeRep.GetSalaryProcess(CmpyCode, Empcode, dtmonthyy));
 }