コード例 #1
0
ファイル: Oyster.cs プロジェクト: CarverLab/Oyster
        public Recording GetRecordingById(int Id)
        {
            Functions F = new Functions();
            Recording X = F.GetRecording(Id);

            return X;
        }