public Sofor(String name, String surName, UInt32 yas, Servis servis) { this.SetName(name); this.SetSurname(surName); this.SetYas(yas); this.SetServis(servis); }
public void SetServis(Servis service) { m_servis = service; }