Beispiel #1
0
        public List <SAPO.Category> ListRetreive(SAPO.MenuRequest request)
        {
            List <SAPO.Category> lstCategory = new List <Category>();

            SAEntities.SACategory sACategory = new SAEntities.SACategory();
            lstCategory = sACategory.SelectMenu(request);
            return(lstCategory);
        }
Beispiel #2
0
 public SAPO.Category Retreive(SAPO.MenuRequest request)
 {
     throw new NotImplementedException();
 }