Beispiel #1
0
        public static bool DeleteCompany(int ido)
        {
            bool x = myRealProvider.DeleteCompany(ido);

            return(x);
        }