Beispiel #1
0
 public Task <IActionResult> cancella(CancellaProfiloValidator data)
 {
     throw new NotImplementedException();
 }
 public async Task <IActionResult> Cancella(CancellaProfiloValidator data)
 {
     return(await _cancellaProfilo.cancella(data));
 }