Exemple #1
0
 public void Load(string organization, SquadEntity entity)
 {
     this.Name         = entity.Name;
     this.Avatar       = entity.Avatar;
     this.Leaders      = entity.Leaders;
     this.Description  = entity.Description;
     this.Organization = organization;
 }
Exemple #2
0
 public SquadPointsAggregate(SquadEntity squad)
 {
     this._squad = squad;
 }