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