コード例 #1
0
 public bool Update(TipoDocumento t)
 {
     return(documentoRepository.update(t));
 }