Esempio n. 1
0
    public void Detach(IRestorant restorant)

    {
        _restorants.Remove(restorant);
    }
Esempio n. 2
0
 public void Attach(IRestorant restorant)
 {
     _restorants.Add(restorant);
 }