Some call APIs  but the vast majority are just mapping calls. Changing one
object into another.

Davy

On Tue, 26 Mar 2019, 21:51 Greg Keogh, <gfke...@gmail.com> wrote:

>
> This is pretty typical for the entire project.
>>     var legalEntity = await CreateLegalEntityObjectAsync(...);
>>     var billingAccount = await CreateBillingAccountObjectAsync(...);
>>
>
> But what's inside all the awaited methods? Are they actually doing
> anything asynchronously (web service calls, overlapped file IO)? Got the
> source code or look in ILSpy? --* GK*
>
>>

Reply via email to