Пример #1
0
 public Sofor(String name, String surName, UInt32 yas, Servis servis)
 {
     this.SetName(name);
     this.SetSurname(surName);
     this.SetYas(yas);
     this.SetServis(servis);
 }
Пример #2
0
 public void SetServis(Servis service)
 {
     m_servis = service;
 }