예제 #1
0
 public IEnumerable <Command> GetAllCommand()
 {
     _telemetryClient.TrackEvent("Logging - in GetAllCommand (Business) | telemetry");
     _logger.LogInformation("Logging - in GetAllCommand (Business) | serilog");
     return(_commanderRepository.GetAllCommandRepo());
 }