예제 #1
0
 public async Task <ActionResult <BaseResponse> > Delete(int id) => Response(await _facade.DeleteAsync(id));