Beispiel #1
0
 public async Task <ServiceResult <string> > GetMaxPrice(int id)
 {
     return(await _bidService.GetMaxPrice(id));
 }