Beispiel #1
0
 /// <summary>
 /// 保存.表单打印模板
 /// </summary>
 /// <param name="templateVo"></param>
 /// <param name="templateId"></param>
 /// <returns></returns>
 public int SaveFormPrintTemplate(EntityEmrPrintTemplate templateVo, out int templateId)
 {
     using (BizFormDesign biz = new BizFormDesign())
     {
         return(biz.SaveFormPrintTemplate(templateVo, out templateId));
     }
 }