BoxInformation.Presenter.RecordPresenter.GetRecordById C# (CSharp) Method

GetRecordById() public method

public GetRecordById ( string RecordID ) : void
RecordID string
return void
        public void GetRecordById(string RecordID)
        {
            box.Get(RecordID);
        }