예제 #1
0
파일: Consumer.cs 프로젝트: pazhe/JiazheWeb
        public void GetConsumerIsExist()
        {
            IApplicationContext ctx = ContextRegistry.GetContext();

            IBLL.Owner.ConsumerIbo ibo = (IBLL.Owner.ConsumerIbo)ctx.GetObject("ConsumerBo");
            ibo.GetConsumerIsExist("wanghewei", "tianxiao");
        }