示例#1
0
        public static string DeleteCompany(Int32 id)
        {
            var result = DbCompany.Delete(id);

            return(result ? "OK" : "Error on deleting company!");
        }