コード例 #1
0
 public virtual bool AddExportTemplate(BaseDataSetModel model)
 {
     return(dbProvider.AddExportTemplate(model));
 }