BoxInformation.Presenter.RecordPresenter.GetRecordById C# (CSharp) Méthode

GetRecordById() public méthode

public GetRecordById ( string RecordID ) : void
RecordID string
Résultat void
        public void GetRecordById(string RecordID)
        {
            box.Get(RecordID);
        }