Ejemplo n.º 1
0
 protected override void ExcuteSelf()
 {
     try
     {
         _DalTrain.DeleteTrainCourse(_CourseId);;
     }
     catch
     {
         BllUtility.ThrowException(BllExceptionConst._DbError);
     }
 }