Ejemplo n.º 1
0
 //public string ChangeStatusFromEmail(Int64 leaveId, Int64 userId, string action)
 //{
 //    using (ILeaveHelper helper = new LeaveHelper())
 //    {
 //        return helper.ChangeStatusFromEmail(leaveId, userId, action);
 //    }
 //}
 public EmailDataModel ViewLeaveFromEmail(Int64 leaveId, Int64 userId)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.ViewLeaveFromEmail(leaveId, userId));
     }
 }