コード例 #1
0
ファイル: ConstructedFile.cs プロジェクト: zhonli/odata.net
        public ServiceModifications(Workspace workspace)
        {
            _interfaceImplementations = new InterfaceImplementations();
            _files = new List <ConstructedFile>();

            this.Workspace = workspace;
        }
コード例 #2
0
        public ServiceModifications(Workspace workspace)
        {
            _interfaceImplementations = new InterfaceImplementations();
            _files = new List<ConstructedFile>();

            this.Workspace = workspace;
        }