Exemplo n.º 1
0
 public IActionResult ValidateDatabase()
 {
     musicDb.Validate();
     return(new EmptyResult());
 }