public BookDBrepository(Dbcontxt db)
 {
     this.db = db;
 }
Beispiel #2
0
 public AutherDBrepository(Dbcontxt db)
 {
     this.db = db;
 }