コード例 #1
0
 /// <summary>
 /// Inserts the specified entity.
 /// </summary>
 /// <param name="entity">The entity.</param>
 public void Insert(Model.SysXCode entity)
 {
     this._sysXCodeRepository.Insert(entity);
 }
コード例 #2
0
 /// <summary>
 /// Deletes the specified entity.
 /// </summary>
 /// <param name="entity">The entity.</param>
 public void Delete(Model.SysXCode entity)
 {
     this._sysXCodeRepository.Delete(entity);
 }
コード例 #3
0
 /// <summary>
 /// Updates the specified entity.
 /// </summary>
 /// <param name="entity">The entity.</param>
 public void Update(Model.SysXCode entity)
 {
     this._sysXCodeRepository.Update(entity);
 }