Exemplo n.º 1
0
 public OutletService(GothamCaresApiContext gothamCaresApiContext)
 {
     _gothamCaresApiContext = gothamCaresApiContext;
 }
Exemplo n.º 2
0
 public AdminService(GothamCaresApiContext gothamCaresApiContext)
 {
     _gothamCaresApiContext = gothamCaresApiContext;
 }
Exemplo n.º 3
0
 public VolunteerService(GothamCaresApiContext gothamCareApiContext)
 {
     _gothamCaresApiContext = gothamCareApiContext;
 }