Example #1
0
 public void CopyYear(short fromYear, short toYear, int userAcountId)
 {
     using (var db = new HRPaidTimeOffDataContext())
     {
         db.PTOVacationBankCopyYear(fromYear, toYear, userAcountId);
     }
 }