sparse-intern-71089
02/01/2021, 5:56 AMtall-librarian-49374
02/01/2021, 7:13 AMConnectionStrings = this.ParentAppService.ConnectionStrings.Apply(v =>
v.Select(c => new AppServiceConnectionStringArgs
{
Name = c.Name,
Type = c.Type,
Value = c.Value
}))
bitter-bear-28592
02/01/2021, 10:10 PM