Exemplo n.º 1
0
 /// <summary>
 /// Save Sod Booking Request
 /// </summary>
 /// <param name="travelRequestModels"></param>
 /// <returns></returns>
 public int SaveSodBookingRequest(TravelRequestModels travelRequestModels)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public void Save(TravelRequestModels travelRequestModels)
 {
     throw new System.NotImplementedException();
 }