This commit is contained in:
yubaolee
2017-11-29 10:35:25 +08:00
parent c860101747
commit 3fa7422f5a
8 changed files with 9 additions and 25 deletions

View File

@@ -9,12 +9,13 @@
// File: AuthenService.cs
// ***********************************************************************
using OpenAuth.Domain.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;
namespace OpenAuth.Domain.Service
namespace OpenAuth.App
{
/// <summary>
/// 领域服务

View File

@@ -3,7 +3,6 @@ using Infrastructure;
using OpenAuth.App.ViewModel;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;
using OpenAuth.Domain.Service;
namespace OpenAuth.App
{

View File

@@ -1,7 +1,6 @@
using OpenAuth.Domain;
using System.Collections.Generic;
using OpenAuth.Domain.Interface;
using OpenAuth.Domain.Service;
namespace OpenAuth.App
{

View File

@@ -9,12 +9,10 @@
// File: AuthenService.cs
// ***********************************************************************
using OpenAuth.Domain.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
using OpenAuth.Domain;
namespace OpenAuth.Domain.Service
namespace OpenAuth.App
{
/// <summary>
/// 领域服务