예제 #1
0
 public MenuSection FirstMenuSection()
 {
     var firstMenuSection = new MenuSection
     {
         SectionId = 1,
         SectionTitle = "Most Popular",
         MenuId = 1
     };
     return firstMenuSection;
 }
예제 #2
0
 public MenuSection FourthMenuSection()
 {
     var fourthMenuSection = new MenuSection
     {
         SectionId = 4,
         SectionTitle = "Burgers and Chicken",
         MenuId = 2
     };
     return fourthMenuSection;
 }
예제 #3
0
 public MenuSection FifthMenuSection()
 {
     var fifthMenuSection = new MenuSection
     {
         SectionId = 5,
         SectionTitle = "Soup and Salad",
         MenuId = 2
     };
     return fifthMenuSection;
 }
예제 #4
0
 public MenuSection ThirdMenuSection()
 {
     var thirdMenuSection = new MenuSection
     {
         SectionId = 3,
         SectionTitle = "Entrees",
         MenuId = 1
     };
     return thirdMenuSection;
 }
예제 #5
0
 public MenuSection MenuSection9()
 {
     var menuSection9 = new MenuSection
     {
         SectionId = 9,
         SectionTitle = "Most Popular",
         MenuId = 4
     };
     return menuSection9;
 }
예제 #6
0
 public MenuSection SecondMenuSection()
 {
     var secondMenuSection = new MenuSection
     {
         SectionId = 2,
         SectionTitle = "Starters",
         MenuId = 1
     };
     return secondMenuSection;
 }
예제 #7
0
 public MenuSection MenuSection7()
 {
     var menuSection7 = new MenuSection
     {
         SectionId = 7,
         SectionTitle = "Signature Rolls",
         MenuId = 3
     };
     return menuSection7;
 }
예제 #8
0
 public MenuSection MenuSection13()
 {
     var menuSection10 = new MenuSection
     {
         SectionId = 13,
         SectionTitle = "Daily Special",
         MenuId = 6
     };
     return menuSection10;
 }
예제 #9
0
 public MenuSection MenuSection17()
 {
     var menuSection17 = new MenuSection
     {
         SectionId = 17,
         SectionTitle = "Fish and Seafood",
         MenuId = 7
     };
     return menuSection17;
 }
예제 #10
0
 public MenuSection MenuSection6()
 {
     var menuSection6 = new MenuSection
     {
         SectionId = 6,
         SectionTitle = "Most Popular",
         MenuId = 3
     };
     return menuSection6;
 }
예제 #11
0
 public MenuSection MenuSection16()
 {
     var menuSection16 = new MenuSection
     {
         SectionId = 16,
         SectionTitle = "Meat Dishes",
         MenuId = 7
     };
     return menuSection16;
 }
예제 #12
0
 public MenuSection MenuSection15()
 {
     var menuSection15 = new MenuSection
     {
         SectionId = 15,
         SectionTitle = "Most Popular",
         MenuId = 7
     };
     return menuSection15;
 }
예제 #13
0
 public MenuSection MenuSection14()
 {
     var menuSection10 = new MenuSection
     {
         SectionId = 14,
         SectionTitle = "Every Day Specials",
         MenuId = 6
     };
     return menuSection10;
 }
예제 #14
0
 public MenuSection MenuSection10()
 {
     var menuSection10 = new MenuSection
     {
         SectionId = 10,
         SectionTitle = "Most Popular",
         MenuId = 5
     };
     return menuSection10;
 }
예제 #15
0
 public MenuSection MenuSection8()
 {
     var menuSection8 = new MenuSection
     {
         SectionId = 8,
         SectionTitle = "Classic Rolls",
         MenuId = 3
     };
     return menuSection8;
 }
예제 #16
0
 public MenuSection MenuSection11()
 {
     var menuSection11 = new MenuSection
     {
         SectionId = 11,
         SectionTitle = "Signature Sandwiches",
         MenuId = 5
     };
     return menuSection11;
 }
예제 #17
0
 public MenuSection MenuSection12()
 {
     var menuSection9 = new MenuSection
     {
         SectionId = 12,
         SectionTitle = "Most Popular",
         MenuId = 6
     };
     return menuSection9;
 }