コード例 #1
0
 public Task <bool> ExistsAsync(string name)
 {
     return(NextProvider.ExistsAsync(name));
 }