Exemple #1
0
 public void InsertRange(IEnumerable <Receta> entities)
 {
     _repositoryReceta.InsertRange(entities);
 }