예제 #1
0
 public Task <ServiceResult <string> > GetMaxPrice(int id)
 {
     return(_bidRepository.GetMaxPrice(id));
 }