C# Class GriklyApi.Models.BaseCreateResponse

显示文件 Open project: Xormis/grikly-dotnet

Protected Methods

Method Description
BaseCreateResponse ( System.Guid id ) : System

Initializes a new instance of the BaseCreateResponse class.

Method Details

BaseCreateResponse() protected method

Initializes a new instance of the BaseCreateResponse class.
protected BaseCreateResponse ( System.Guid id ) : System
id System.Guid The identifier.
return System