Exemplo n.º 1
0
 public ProtocolController(IProtocolRecordBll protocolBll, IGameBll gameBll, IPersonStatisticsBll personStatisticsBll, IPersonBll personBll)
 {
     this.protocolBll         = protocolBll;
     this.gameBll             = gameBll;
     this.personStatisticsBll = personStatisticsBll;
     this.personBll           = personBll;
 }
Exemplo n.º 2
0
 public PersonsController(IPersonBll personBll, IPersonCareerBll personCareerBll)
 {
     this.personBll       = personBll;
     this.personCareerBll = personCareerBll;
 }
Exemplo n.º 3
0
 public PersonsController(IPersonBll personBll)
 {
     this.personBll = personBll;
 }