Resolved #2495: Add public setter for TenantConfiguration.ConnectionStrings.

pull/2503/head
Halil İbrahim Kalkan 6 years ago
parent 77ad1033af
commit 33123af7b0

@ -11,7 +11,7 @@ namespace Volo.Abp.MultiTenancy
public string Name { get; set; }
public ConnectionStrings ConnectionStrings { get; }
public ConnectionStrings ConnectionStrings { get; set; }
public TenantConfiguration()
{

Loading…
Cancel
Save