示例#1
0
 public async Task <bool> DeleteManyProduct()
 {
     return(await _productRepo.DeleteManyProduct());
 }