public BaseController() { log = new Log4Log(); }
public UserService() { log = new Log4Log(); }
public KgBaseService() { log = new Log4Log(); }
public DataService(DataRepository repository) : base() { this._repository = repository; log = new Log4Log(); }