Example #1
0
 public async Task <List <UserPriceDetailModel> > Delete(int id)
 {
     return(await _priceService.DeleteUserPriceDetail(id));
 }