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