Beispiel #1
0
 //BRISANJE
 public static void Delete(DodatnaUsluga ddu)
 {
     ddu.Obrisan = true;
     Update(ddu);
 }