Add missing mapping

pull/3032/head
Halil İbrahim Kalkan 5 years ago
parent 74e3e9637a
commit d9f3d5dddc

@ -23,6 +23,8 @@ namespace Volo.Abp.TenantManagement
return connStrings;
});
});
CreateMap<Tenant, TenantEto>();
}
}
}

Loading…
Cancel
Save