Exemple #1
0
 public PrintJobController(IPrintJobManagementDAL printmanagement, IResponseTranslator responseTranslator)
 {
     _printjobman = new PrintJobManagementService(printmanagement, responseTranslator);
 }
 public RenewalController(IDataSource dataSource, Veneka.Indigo.CardManagement.dal.ICardManagementDAL cardManagementDAL, IIntegrationController integration, IComsCore comsCore, IResponseTranslator translator)
 {
 }
 public FundsLoadController(IDataSource dataSource, ICardManagementDAL cardManagementDAL, IIntegrationController integration, IComsCore comsCore, IResponseTranslator translator, ICardLimitDataAccess cardLimitDAL)
 {
     _cardManService = new CardMangementService(dataSource ?? new LocalDataSource(), cardManagementDAL, translator, cardLimitDAL);
     _integration    = integration ?? IntegrationController.Instance;
     _comsCore       = comsCore ?? COMSController.ComsCore;
 }