예제 #1
0
 public async Task <string> GetPriceListByName(string name)
 {
     return(await _db.GetPriceListOfToolTypeByNameAsync(name));
 }