Exemplo n.º 1
0
        public static Task <Foo> CreateAsync()
        {
            var result = new Foo();

            return(result.InitAsync());
        }