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