Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosga committed Sep 1, 2007
1 parent 53e0cfd commit 9ca3053
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -96,6 +96,7 @@ object IServiceProvider.GetService(Type serviceType)
{
#if (NET_35)
#if (ENTITY_FRAMEWORK)

if (serviceType == typeof(DbProviderServices))
{
return new FbProviderServices();
Expand All @@ -104,6 +105,7 @@ object IServiceProvider.GetService(Type serviceType)
{
return null;
}

#else
return null;
#endif
Expand Down

0 comments on commit 9ca3053

Please sign in to comment.