public SearchResultsDto() { FinalProt = new List <ProteinDto>(); Times = new ExecutionTimeDto(); }
public SearchResultsDto(string qId, List <ProteinDto> prt, ExecutionTimeDto t) { QueryId = qId; FinalProt = prt; Times = t; }