Exemplo n.º 1
0
 public static LocaleRistorazione GetInstance()
 {
     if (_instance == null)
     {
         _instance = new LocaleRistorazione();
     }
     return(_instance);
 }
Exemplo n.º 2
0
 public List <Pietanza> GetPietanze()
 {
     return(LocaleRistorazione.GetInstance().Menu);
 }