Ejemplo n.º 1
0
 public async Task <bool> CheckYorbitCourseId(string yorbitCourseId)
 {
     try
     {
         return(await _courseRepository.CheckYorbitCourseId(yorbitCourseId));
     }
     catch (Exception ex)
     {
         Logging.Logger.LogError(ex.ToString());
         return(false);
     }
 }