Exemple #1
0
 public IdentityResult CreateGroup(ApplicationGroup group)
 {
     _groupStore.Create(group);
     return(IdentityResult.Success);
 }