Esempio n. 1
0
 public InsuredController(IInsuredBusinessModule businessModule)
 {
     this.InsuredModule = businessModule;
 }
		public InsuredController(IInsuredBusinessModule bm, ILogHandler logHandler)
		{
			this._bm = bm;
			this._logHandler = logHandler;
		}