add crm 2011 support

This commit is contained in:
dev 2013-01-17 08:54:31 +04:00
parent 14426b0216
commit 9a82cd5990
17 changed files with 170641 additions and 18 deletions

View file

@ -0,0 +1,2 @@
INSERT [dbo].[Providers] ([ProviderID], [GroupID], [ProviderName], [DisplayName], [ProviderType], [EditorControl], [DisableAutoDiscovery]) VALUES (1201, 21, N'CRM', N'Hosted MS CRM 2011', N'WebsitePanel.Providers.HostedSolution.CRMProvider2011, WebsitePanel.Providers.HostedSolution', N'CRM', NULL)
GO