示例#1
0
 public List <UserRole> GetAll()
 {
     return(_userRoleDal.GetAll());
 }
示例#2
0
 public List <UserRole> GetAll()
 {
     return(_UserRoleDal.GetAll().ToList());
 }