示例#1
0
 public bool Add(NewRolViewModel newRol)
 {
     return(_rolRepository.AddRol(newRol.Rol));
 }