Exemplo n.º 1
0
 public bool AddHead(Head head)//method for a setting a new head in service
 {
     Head = head;
     return(true);
 }
Exemplo n.º 2
0
 public bool AddHead(Head head)
 {
     this.head = head;
     return(true);
 }