mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
Fixed nullables.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
public string PropString { get; set; }
|
||||
public int PropInt { get; set; }
|
||||
public bool PropBool { get; set; }
|
||||
public Nullable<int> PropNullable { get; set; }
|
||||
public int? PropNullable { get; set; }
|
||||
public EmbeddedType Embedded { get; set; }
|
||||
public List<EmbeddedType> EmbeddedList { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user