示例#1
0
 public PropertyServiceController(IErrorService errorService, IPropertyServiceService propertyServiceSerivce, IServiceService serviceService) : base(errorService)
 {
     this._propertyServiceSerivce = propertyServiceSerivce;
     this._errorService           = errorService;
     this._serviceService         = serviceService;
 }
 public TransactionDetailController(IErrorService errorService, IPropertyServiceService propertyServiceService, ITransactionDetailService transactionDetailService) : base(errorService)
 {
     this._transactionDetailService = transactionDetailService;
     this._propertyServiceService   = propertyServiceService;
     this._errorService             = errorService;
 }