Example #1
0
 public int SaveArticuloseriedet(Articuloseriedet entity)
 {
     return(ArticuloseriedetDao.Save(entity));
 }