예제 #1
0
 public bool Delete(User user)
 {
     return(repository.Delete <User>(user));
 }
예제 #2
0
 public bool Delete(IdentityRole role)
 {
     return(repository.Delete <IdentityRole>(role));
 }