Exemple #1
0
 public int DeleteProfiles(string[] usernames)
 {
     return(profileProvider.DeleteProfiles(usernames));
 }