这是有史以来最艰难的一次提交,不生则死!

This commit is contained in:
yubao
2017-11-28 23:54:49 +08:00
parent 9c37623d7f
commit 6a3fa6fd3d
114 changed files with 779 additions and 2373 deletions

View File

@@ -143,10 +143,6 @@
<Project>{0BBF2D65-FFFD-4272-B138-8EA4FB6FEC48}</Project>
<Name>OpenAuth.App</Name>
</ProjectReference>
<ProjectReference Include="..\OpenAuth.Domain\OpenAuth.Domain.csproj">
<Project>{6108DA8E-92A1-4ABE-B9F5-26D64D55CA2C}</Project>
<Name>OpenAuth.Domain</Name>
</ProjectReference>
<ProjectReference Include="..\OpenAuth.Mvc\OpenAuth.Mvc.csproj">
<Project>{2A9D9687-1822-41CF-B7DF-819BFC0F8FE9}</Project>
<Name>OpenAuth.Mvc</Name>

View File

@@ -17,7 +17,7 @@ namespace OpenAuth.UnitTest
[TestMethod]
public void TestMethod1()
{
AuthoriseFactory factory = new AuthoriseFactory(new UnitWork() );
AuthoriseFactory factory = new AuthoriseFactory( );
var service= factory.Create("System");
var modules = service.Modules;

View File

@@ -54,7 +54,7 @@ namespace OpenAuth.UnitTest
};
var users = _app.Load(request);
Console.WriteLine(users.total);
Console.WriteLine(users.count);
}
}
}