コード例 #1
0
 public int SaveTipoarchivo(Tipoarchivo entity)
 {
     return(TipoarchivoDao.Save(entity));
 }