Exemplo n.º 1
0
 public void Update(Commandes_API entity)
 {
     _service.Update(entity);
 }
Exemplo n.º 2
0
 public void Add(Commandes_API entity)
 {
     _service.Add(entity);
 }