ScientificReport
PublicationApiResponse.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace ScientificReport.Controllers.Utils
4 {
5  public class PublicationApiResponse
6  {
7  public Guid Id { get; set; }
8 
9  public string Title { get; set; }
10  }
11 }