Exemplo n.º 1
0
 public void AddOfferte(Offerte offerteToInsert)
 {
     OfferterRepository.CreateOfferte(offerteToInsert);
 }
Exemplo n.º 2
0
 public void UpdateOfferte(Offerte offerteToUpdate)
 {
     OfferterRepository.UpdateOfferte(offerteToUpdate);
 }
Exemplo n.º 3
0
 public void RemoveOfferte(Offerte offerte)
 {
     OfferterRepository.RemoveOfferte(offerte);
 }