Exemple #1
0
 public void AddOrder(object order)
 {
     _ctx.AddAsync(order);
 }
 public void AddClient(object client)
 {
     _ctx.AddAsync(client);
 }