Ejemplo n.º 1
0
 bool ICollection <LibraryRepository <T> > .Remove(LibraryRepository <T> item)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 void ICollection <LibraryRepository <T> > .Add(LibraryRepository <T> item)
 {
     throw new NotImplementedException();
 }