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