Exemple #1
0
        public int AddAuthorize(Authorize authorize)
        {
            authorize.Create();
            var ret = authorizeApp.Insert(authorize);

            return(ret);
        }