示例#1
0
 public Task <IdentityResult> CreateUserAsync(ApplicationUser user, string password)
 {
     return(_repo.CreateUserAsync(user, password));
 }