예제 #1
0
 public IEnumerable <Component> GetByPageID(int idPage)
 {
     return(componentRepository.GetByPageID(idPage));
 }