Ejemplo n.º 1
0
 public APP_ROLE AddRole(APP_ROLE roleToAdd)
 {
     return(_repository.AddRole(roleToAdd));
 }