Exemplo n.º 1
0
 public User Create(User user)
 {
     return(repository.Create <User>(user));
 }
Exemplo n.º 2
0
 public IdentityRole Create(IdentityRole role)
 {
     return(repository.Create <IdentityRole>(role));
 }