unsed refs
This commit is contained in:
parent
4171b58b03
commit
470d747801
6 changed files with 10 additions and 11 deletions
|
|
@ -1,9 +1,11 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Yavsc.Models;
|
||||
|
||||
public class GoogleCloudMobileDeclaration {
|
||||
|
||||
public GoogleCloudMobileDeclaration() {
|
||||
|
||||
}
|
||||
|
||||
public string GCMRegistrationId { get; set; }
|
||||
|
||||
public string DeviceOwnerId { get; set; }
|
||||
|
|
@ -14,7 +16,7 @@ public class GoogleCloudMobileDeclaration {
|
|||
public string Model { get; set; }
|
||||
public string Platform { get; set; }
|
||||
public string Version { get; set; }
|
||||
|
||||
/*
|
||||
[ForeignKeyAttribute("DeviceOwnerId")]
|
||||
public virtual ApplicationUser DeviceOwner { get; set; }
|
||||
public virtual ApplicationUser DeviceOwner { get; set; } */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue