예제 #1
0
 public async Task Delete(string id)
 {
     await _modeloService.SetInactiveStatus(id);
 }