예제 #1
0
 public Task Put(Guid id, [FromBody] GhabzeAbInputDto model)
 {
     return(_ghabzeAbService.Update(id, model));
 }
예제 #2
0
 public Task Post([FromBody] GhabzeAbInputDto model)
 {
     return(_ghabzeAbService.Create(model));
 }