Correction de l'envoi GCM depuis multi device

This commit is contained in:
Paul Schneider 2016-05-31 15:59:29 +02:00
commit 8343abd2b4
5 changed files with 15 additions and 25 deletions

View file

@ -10,7 +10,6 @@ namespace Yavsc.Models
// Add profile data for application users by adding properties to the ApplicationUser class
public class ApplicationUser : IdentityUser
{
public string GoogleRegId { get; set; }
[Display(Name="AccountBalance")]
public virtual AccountBalance AccountBalance { get; set; }