Example #1
0
 public async Task <ApiResult <string> > DeleteGoods(string parm)
 {
     return(await _goodsService.DeleteAsync(parm));
 }