refabrique
This commit is contained in:
parent
33dbed8b90
commit
817c1c151f
34 changed files with 3476 additions and 35 deletions
13
Yavsc.Client/IGoogleCloudMobileDeclaration.cs
Normal file
13
Yavsc.Client/IGoogleCloudMobileDeclaration.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
namespace Yavsc.Models.Identity
|
||||
{
|
||||
public interface IGoogleCloudMobileDeclaration
|
||||
{
|
||||
string DeviceId { get; set; }
|
||||
IApplicationUser DeviceOwner { get; set; }
|
||||
string DeviceOwnerId { get; set; }
|
||||
string GCMRegistrationId { get; set; }
|
||||
string Model { get; set; }
|
||||
string Platform { get; set; }
|
||||
string Version { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue