Beispiel #1
0
 public Task <bool> SaveAsync(FareDto bookingData)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public Task <bool> DeleteAsync(FareDto booking)
 {
     throw new NotImplementedException();
 }