Esempio n. 1
0
        //              Här hanteras Profile
        //-----------------------------------------------------------------------

        public static Task <bool> DeleteProfile(Profile profile)
        {
            return(firestore.DeleteProfile(profile));
        }