CHAOS.Portal.Client.MCM.Extensions.FormatTypeExtension.Get C# (CSharp) Method

Get() public method

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