Beispiel #1
0
 public UserData(BookStoreContext context)
 {
     Context = context;
 }
Beispiel #2
0
 public ReviewData(BookStoreContext context)
 {
     Context = context;
 }
Beispiel #3
0
 public AuthorData(BookStoreContext context)
 {
     Context = context;
 }