Beispiel #1
0
 public ParrotService(ParrotContext parrotContext)
 {
     db = parrotContext;
 }
Beispiel #2
0
 protected ParrotAPIController(ParrotContext parrotContext)
 {
     db = parrotContext;
 }