Exemplo n.º 1
0
 public void SendSaleInfo(SaleModel sale)
 {
     db.AddSale(MapSale(sale));
 }