Beispiel #1
0
 public void Update(LigneDeCommande_API entity)
 {
     _service.Update(entity);
 }
Beispiel #2
0
 public void Add(LigneDeCommande_API entity)
 {
     _service.Add(entity);
 }