-
Notifications
You must be signed in to change notification settings - Fork 0
Application
vhs94 edited this page Apr 1, 2024
·
1 revision
Operações diponíveis em client.ForApplication()
ApplicationReadDto result = await Client
.ForApplication()
.CreateAsync(new ApplicationWriteDto()); //preencher objeto
ApplicationReadDto result = await Client
.ForApplication()
.GetByClientIdAsync("client-id");