コード例 #1
0
ファイル: LeaveClient.cs プロジェクト: NRMonceda/LMS
 public DashBoardModel GetDashboardData(Int64 UserId, Int64 OfficeId)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.GetDashboardData(UserId, OfficeId));
     }
 }