コード例 #1
0
 public async Task <List <ProductDto> > GetAllLikeName(string Name)
 {
     return(await productBL.GetAllLikeName(Name));
 }