public ProtocolController(IProtocolRecordBll protocolBll, IGameBll gameBll, IPersonStatisticsBll personStatisticsBll, IPersonBll personBll) { this.protocolBll = protocolBll; this.gameBll = gameBll; this.personStatisticsBll = personStatisticsBll; this.personBll = personBll; }
public PersonsController(IPersonBll personBll, IPersonCareerBll personCareerBll) { this.personBll = personBll; this.personCareerBll = personCareerBll; }
public PersonsController(IPersonBll personBll) { this.personBll = personBll; }