check issue #3

This commit is contained in:
yubaolee
2016-01-05 10:03:35 +08:00
parent 7cc293c121
commit 942f606a2b
99 changed files with 135 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.App
// Author : Yubao Li
// Created : 12-01-2015

View File

@@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.Domain;
using System.Collections.Generic;

View File

@@ -1,4 +1,4 @@
namespace OpenAuth.App.ViewModel
namespace OpenAuth.App.ViewModel
{
public class ResourceVM
{

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.App
// Author : yubaolee
// Created : 11-29-2015

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Infrastructure;
using OpenAuth.Domain;