using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SSC { public class Z007 : NSC.IService { public NSC.NetServiceStruct ServiceFunction(Common.Data.UserAuthority userAuth, NSC.NetServiceStruct input) { throw new NotImplementedException(); } } }