Exemplo n.º 1
0
 public void DeleteUser(string username)
 {
     _authorisationService.DeleteUser(username);
 }