Exemplo n.º 1
0
 public IEnumerable <Connection> GetConnection()
 {
     _logger.LogInformation(" getting all connection");
     return(_repo.GetConnection().ToArray());
 }