Example #1
0
 /// <summary>
 /// Updates the SharePoint list.
 /// </summary>
 /// <param name="id">The identifier.</param>
 public static void UpdateSharepointList(int id)
 {
     try
     {
         SharePointRepository.UpdateAvailableSlot(id);
     }
     catch (Exception)
     {
         throw;
     }
 }