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