コード例 #1
0
 public IEnumerable <Rol> GetAll(Expression <Func <Rol, bool> > where)
 {
     return(_rolRepository.FindAll(where));
 }
コード例 #2
0
 public List <Rol> FindAll()
 {
     return(RolRepository.FindAll());
 }