예제 #1
0
 public APSchemaROAuth(MyContext db)
 {
     Query = new APQueryAuth(db);
 }
예제 #2
0
 public APSchemaRWAuth(MyContext db)
 {
     Query    = new APQueryAuth(db);
     Mutation = new APMutatorAuth(db);
 }