Exemple #1
0
 public UwDocumentController(IUwDocumentBusinessModule bm, ILogHandler logHandler)
 {
     this._bm         = bm;
     this._logHandler = logHandler;
 }
		public UwDocumentController(IUwDocumentBusinessModule bm, ILogHandler logHandler)
		{
			this._bm = bm;
			this._logHandler = logHandler;
        }