コード例 #1
0
 public bool AcceptWork(String staffID, String notificationID)
 {
     try
     {
         return(scheduleDAL.AcceptWork(staffID, notificationID));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }