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);
		}