Exemplo n.º 1
0
 internal void DeleteUser(int userId)
 {
     _dataProvider.DeleteIdentityAndRelatedEntries(userId);
 }