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