Esempio n. 1
0
 public Command CreateCommand(Command command)
 {
     _telemetryClient.TrackEvent("Logging - in CreateCommand (Business) | telemetry");
     _logger.LogInformation("Logging - in CreateCommand (Business) | serilog");
     return(_commanderRepository.CreateCommandRepo(command));
 }