You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicclassDeleteToDoListCommand:ICommand{publicGuidId{get;}// This, if not changedpublicGuidTenantId{get;privateset;}// This, if changed by methodpublicDeleteToDoListCommand(Guidid,GuidtenantId){Id=id;TenantId=tenantId;}publicvoidChangeTenantId(){// ....}}
The text was updated successfully, but these errors were encountered:
This could not work, if we do a Adapt<> and need assign a property later.
Maybe we will not use the Adapt here anymore, because then you can forget the not adaptable properties later...
The text was updated successfully, but these errors were encountered: