Beispiel #1
0
 public async Task <bool> EnsureDbIsCreated(bool seed)
 {
     return(await PersonRep.CreateDbIfNotExist(seed).ConfigureAwait(true));
 }