final
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-05-20 01:36:54 +02:00
parent beab15a7ef
commit 10c1bb008f
19 changed files with 1632 additions and 19 deletions

View File

@ -2,6 +2,8 @@
{
public class FunFactDTO
{
public int Id { get; set; }
public double FunFactor { get; set; }
public string Fact { get; set; }