EF7 npgsql => ko aux clients => inutile en lib [obsdnx]
This commit is contained in:
19
Yavsc/Interfaces/IGoogleCloudMobileDeclaration.cs
Normal file
19
Yavsc/Interfaces/IGoogleCloudMobileDeclaration.cs
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
namespace Yavsc.Interfaces
|
||||
{
|
||||
public interface IGCMDeclaration
|
||||
{
|
||||
string DeviceId { get; set; }
|
||||
string GCMRegistrationId { get; set; }
|
||||
string Model { get; set; }
|
||||
string Platform { get; set; }
|
||||
string Version { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public interface IGoogleCloudMobileDeclaration: IGCMDeclaration
|
||||
{
|
||||
IApplicationUser DeviceOwner { get; set; }
|
||||
string DeviceOwnerId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user