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