示例#1
0
        public void TestMethod1()
        {
            AuthoriseFactory factory = new AuthoriseFactory(new UnitWork());
            var service = factory.Create("System");

            var orgs = service.Orgs;
        }
示例#2
0
 public AuthorizeApp(AuthoriseFactory service)
 {
     _factory = service;
 }