コード例 #1
0
        //The follow functions have same comments as commented in AbstractDBProvider

        public virtual bool AddExaminTemplate(ExaminTemplateModel model)
        {
            return(dbProvider.AddExaminTemplate(model));
        }