Example #1
0
 public List <ShiftOfficewise> GetShiftOfficewiseByOfficeID(int OfficeID = -1, string searchText = null, bool showDeleted = false)
 {
     try
     {
         return(ShiftOfficewiseIntegration.GetShiftOfficewiseByOfficeID(OfficeID));
     }
     catch (Exception ex)
     {
         throw (new Exception(MethodBase.GetCurrentMethod().DeclaringType.ToString() + "." + (new System.Diagnostics.StackFrame()).GetMethod().Name, ex));
     }
 }