Exemplo n.º 1
0
 public void Update(Servicio item)
 {
     _todos[item.id] = item;
 }
Exemplo n.º 2
0
 public void Add(Servicio item)
 {
     item.id         = Guid.NewGuid().ToString();
     _todos[item.id] = item;
 }