예제 #1
0
파일: Oyster.cs 프로젝트: CarverLab/Oyster
        public Recording GetRecordingById(int Id)
        {
            Functions F = new Functions();
            Recording X = F.GetRecording(Id);

            return X;
        }