Beispiel #1
0
 public async Task <int> Put(VipProcessDto dto)
 {
     return(await _service.UpdateAsync(dto));
 }
Beispiel #2
0
 public async Task <int> Post(VipDemandDto dto)
 {
     return(await _service.UpdateAsync(dto));
 }