예제 #1
0
 public async Task <string> GetPriceList(string id)
 {
     return(await _db.GetPriceListOfToolTypeAsync(id));
 }