Exemplo n.º 1
0
 public ProneFullInformation(ProneComponent _component, ProneInfo _componentInfo, KategoriProne _componentCategory,
                             KonsumatorWithPicture _componentPerson, Adrese _componentAdrese, PozicionGjeografik _componentPosition, Qytet _componentCity, Photo foto)
 {
     this.component         = _component;
     this.componentInfo     = _componentInfo;
     this.componentCategory = _componentCategory;
     this.componentPerson   = _componentPerson;
     this.componentAdress   = _componentAdrese;
     this.componentPosition = _componentPosition;
     this.componentCity     = _componentCity;
     this.profilePhoto      = foto;
 }
Exemplo n.º 2
0
 public Prone(ProneComponent comp, ProneInfo info)
 {
     this.proneComp = comp;
     this.info      = info;
 }