Exemple #1
0
 public ContinentQueries(DbContext context)
 {
     db = (GlobalStandardsEntities)context;
 }
Exemple #2
0
 public StateQueries(DbContext context)
 {
     db = (GlobalStandardsEntities)context;
 }