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); }
public SAPO.Category Retreive(SAPO.MenuRequest request) { throw new NotImplementedException(); }