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

            return X;
        }