Пример #1
0
 public static bool InsertProfile(Profile profile)
 {
     return(firestore.InsertProfile(profile));
 }