Latest update may be null.

This commit is contained in:
Paul Schneider 2017-02-07 12:44:51 +01:00
commit a5711f7f95
8 changed files with 17 additions and 47 deletions

View file

@ -27,7 +27,7 @@ namespace Yavsc.Models.Identity
string Model { get; set; }
string Platform { get; set; }
string Version { get; set; }
DateTime LatestActivityUpdate { get; set; }
DateTime? LatestActivityUpdate { get; set; }
}
public interface IGoogleCloudMobileDeclaration: IGCMDeclaration