Esempio n. 1
0
 public bool remove(Service nService)
 {
     subServices.Remove(nService);
     return true;
 }
Esempio n. 2
0
 public bool add(Service newService)
 {
     subServices.Add(newService);
     return true;
 }