public BcoCiudadService(SIR.Common.Log.Logger log, Common.DTO.Config.Application config) { this.Logger = log; this.Config = config; this.DAO = new DAL.DAO(config.ConnectionString); }
public NotificationService(Logger log, Common.DTO.Config.Application config) { this.Logger = log; }