public List <Combine> GetAll()
 {
     return(_combineDAL.GetAll().ToList());
 }
예제 #2
0
 public ICollection <Combine> GetAll()
 {
     return(_dal.GetAll());
 }