for token, &refactoring

This commit is contained in:
Paul Schneider 2018-07-16 02:38:09 +02:00
commit bf197ef762
65 changed files with 21 additions and 145 deletions

View file

@ -1,7 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
namespace Yavsc.Models.Identity
{

View file

@ -5,8 +5,6 @@ using Newtonsoft.Json;
namespace Yavsc.Models.Identity
{
using Yavsc;
[JsonObject]
public class GoogleCloudMobileDeclaration {

View file

@ -1,7 +1,3 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
using Yavsc.Interfaces;
namespace Yavsc.Models.Identity

View file

@ -1,7 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
namespace Yavsc.Models.Identity
{