Esempio n. 1
0
 /// <summary>
 /// Adds the specified entities.
 /// </summary>
 /// <param name="objCollection">The object collection.</param>
 /// <returns>Collection of added entites</returns>
 public IEnumerable <T> AddRange(IEnumerable <T> objCollection)
 {
     return(DataEntity.AddRange(objCollection));
 }