Example #1
0
 public List<usp_GetAllPages_SubPages_Result> GetAllPages_SubPages()
 {
     _repository = new PagesRepository();
     return _repository.GelAllPages_SubPages();
 }