ScientificReport
PublicationSearchApiResponse.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
2 
3 namespace ScientificReport.Controllers.Utils
4 {
6  {
7  public IEnumerable<PublicationApiResponse> Publications { get; set; }
8  }
9 }