public Library()
 {
     this.Catalogue = new Catalogue();
     this.Readers   = new List <Reader>();
 }
Exemple #2
0
 static Catalogue()
 {
     _catalogue = Load();
 }