for token, &refactoring

This commit is contained in:
2018-07-16 02:38:09 +02:00
parent 4115f1ad06
commit 3d97f27dee
65 changed files with 21 additions and 145 deletions

View File

@ -1,4 +1,3 @@
using System.Resources;
namespace Yavsc.Attributes.Validation
{

View File

@ -1,5 +1,3 @@
using System;
using System.Resources;
using Microsoft.Extensions.Localization;
public static class ResourcesHelpers {

View File

@ -1,8 +0,0 @@
using System.Collections.Generic;
namespace Yavsc {
interface IBillingService_deux {
}
}

View File

@ -3,7 +3,6 @@ namespace Yavsc.Models.Access
using System.ComponentModel.DataAnnotations.Schema;
using Models.Relationship;
using Newtonsoft.Json;
using Yavsc;
using Blog;
using Yavsc.Abstract.Identity.Security;

View File

@ -23,8 +23,6 @@
using System;
using System.ComponentModel.DataAnnotations;
using Yavsc.Abstract.Identity;
using Yavsc.Abstract.Identity;
using Yavsc.Models.Auth;
using Yavsc.Models.Relationship;
namespace Yavsc.Models.Haircut.Views

View File

@ -1,8 +1,5 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using Yavsc.Abstract.Interfaces;
namespace Yavsc.Server.Models.IT.SourceCode
{

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
{

View File

@ -1,5 +1,3 @@
using System.Linq;
using Microsoft.Data.Entity;
using Microsoft.Extensions.Localization;
namespace Yavsc.Models.Messaging

View File

@ -1,6 +1,3 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models.Relationship
{
public enum LocationKind

View File

@ -1,6 +1,5 @@
using Yavsc.Abstract.Templates;
using Yavsc.Models;
using System.Threading.Tasks;
namespace Yavsc.Templates
{

View File

@ -1,5 +1,3 @@
using System.Linq;
namespace Yavsc.ViewModels.Administration
{
public class RoleInfo

View File

@ -1,6 +1,4 @@
using Yavsc.Abstract.Identity;
using Yavsc.Abstract.Identity;
using Yavsc.Models.Auth;
namespace Yavsc.ViewModels.Administration
{

View File

@ -1,3 +1,5 @@
using Yavsc.Abstract.Identity.Security;
namespace Yavsc.ViewModels.Relationship
{
public class CirclesViewModel