Beispiel #1
0
 public MatchDao(TableSoccerContext context)
 {
     this.Context = context;
 }
Beispiel #2
0
 public UserDao(TableSoccerContext context)
 {
     this.Context = context;
 }