system-praktyk-api/src/Internship.Core/Report.cs

7 lines
104 B
C#

namespace Internship.Core
{
public class Report
{
public int Id { get; set; }
}
}