Beispiel #1
0
 public TagRepo(MySQLContext context)
 {
     db = context;
 }
Beispiel #2
0
 public AccountRepo(MySQLContext context)
 {
     db = context;
 }
Beispiel #3
0
 public CFRepo(MySQLContext context)
 {
     db = context;
 }