Exemple #1
0
 public void AddOrderToDatabase(Orders order)
 {
     _repo.AddOrderToDatabase(order);
 }