SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_JavaScriptProxy.GetGuidanceTypeById C# (CSharp) 메소드

GetGuidanceTypeById() 공개 메소드

public GetGuidanceTypeById ( string guidanceTypeId ) : GuidanceType
guidanceTypeId string
리턴 GuidanceType
        public GuidanceType GetGuidanceTypeById(string guidanceTypeId)
        {
            throw new Exception("not implemented");
        }