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