Пример #1
0
 public static Dictionary <bool, string> InsertInboxItem(InboxItem inboxItem)
 {
     return(firestore.InsertInboxItem(inboxItem));
 }