예제 #1
0
 public static async Task <bool> Update(Post post)
 {
     return(await firestore.Update(post));
 }