CHAOS.Portal.Client.MCM.Extensions.FormatTypeExtension.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( int id, string name ) : IServiceCallState>
id int
name string
리턴 IServiceCallState>
		public IServiceCallState<PagedResult<FormatType>> Get(int? id, string name)
		{
			return CallService<PagedResult<FormatType>>(HTTPMethod.GET, id, name);
		}