/// <summary>
 /// 添加协议
 /// </summary>
 /// <param name="model"></param>
 public static void AddAgreement(Entities.AgreementInfo model)
 {
     _iSystemAgreementService.AddAgreement(model);
 }
Exemple #2
0
 /// <summary>
 /// 添加协议
 /// </summary>
 /// <param name="model"></param>
 public static void AddAgreement(Himall.Model.AgreementInfo model)
 {
     _iSystemAgreementService.AddAgreement(model);
 }