Esempio n. 1
0
 public IEnumerable <TObject> AddAll(IEnumerable <TObject> tlist)
 {
     return(_baseRepository.AddAll(tlist));
 }