Exemplo n.º 1
0
 internal ODataServiceSettings()
 {
     Services = new ODataServiceSettingsServices();
 }
Exemplo n.º 2
0
        internal ODataServiceSettings()
        {
            ValidationSettings = SupportedODataQueryOptions.GetDefaultDataServiceV2();

            Services = new ODataServiceSettingsServices();
        }