我的方法:
[OperationContract] public Store Get_Store() { Goods_Manager goods_Manager = new Goods_Manager(); //return goods_Manager.Get_Store_System(); return null; }