Exemplo n.º 1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public void Update(ManagementCenter.Model.CM_CurrencyExchange model)
 {
     cM_CurrencyExchangeDAL.Update(model);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 public int Add(ManagementCenter.Model.CM_CurrencyExchange model)
 {
     return(cM_CurrencyExchangeDAL.Add(model));
 }