コード例 #1
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 public bool Add(Panther.Email.Entity.Model.EmailInbox model)
 {
     return(dal.Add(model));
 }