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