コード例 #1
0
ファイル: LeaveClient.cs プロジェクト: NRMonceda/LMS
 public IList <MonthwiseLeavesCountModel> GetMonthwiseLeavesCount(Int32 year, Int64 LeadId, bool OnlyReportedToMe, Int64?paramUserId, string reqUsr)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.GetMonthwiseLeavesCount(year, LeadId, OnlyReportedToMe, paramUserId, reqUsr));
     }
 }