Exemplo n.º 1
0
 public PictureService(DataBaseContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 2
0
 public PersonService(DataBaseContext ctx)
 {
     _ctx = ctx;
 }