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