public CostsController(ICostsService _costsService) { costsService = _costsService; }
public CostsController(ICostsService costService, ILoggerManager logger, IPingService pingService) : base() { this.costService = costService; this.logger = logger; this.pingService = pingService; }