Пример #1
0
 public Boolean SubmitRaceResult()
 {
     try
     {
         DalRace = new DAL.Race();
         return(DalRace.SubmitRaceResult(this));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Пример #2
0
 public DataSet GetArrivalTime()
 {
     try
     {
         DalRace = new DAL.Race();
         return(DalRace.GetArrivalTime(this));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }