Beispiel #1
0
 public IEnumerable <IImage> AddRange(IEnumerable <Image> entities)
 {
     return(repository.AddRange(entities));
 }