コード例 #1
0
 public bool Update(AnexoTicket entity)
 {
     return(_repository.Update(entity));
 }
コード例 #2
0
 public void Insert(ref AnexoTicket entity)
 {
     _repository.Insert(ref entity);
 }