Exemplo n.º 1
0
 public List <LogsResponseDTO> getLogsByEnvironment(int env)
 {
     return(_logs.GetByEnvironment(env).ToList());
 }