some changes

This commit is contained in:
Paul Schneider 2019-03-17 00:03:04 +00:00
commit 85dd299f4a
32 changed files with 33 additions and 52 deletions

View file

@ -17,7 +17,6 @@
//
using System;
using Yavsc.Abstract.Identity;
namespace Yavsc
{
@ -29,11 +28,7 @@ namespace Yavsc
string Platform { get; set; }
string Version { get; set; }
DateTime? LatestActivityUpdate { get; set; }
}
public interface IGoogleCloudMobileDeclaration: IGCMDeclaration
{
IApplicationUser DeviceOwner { get; set; }
string DeviceOwnerId { get; set; }
}
}