Ejemplo n.º 1
0
 public static async Task <Child> NewChildAsync(IChildDataPortal <Child> childDataPortal)
 {
     return(await childDataPortal.CreateChildAsync());
 }