Example #1
0
 internal void DeleteUser(string username)
 {
     _dataBase.DeleteUser(GetUserProfileViewModel(username).ID);
 }