コード例 #1
0
 public static async Task <bool> Delete(Post post)
 {
     return(await firestore.Delete(post));
 }