Beispiel #1
0
 public TherapistService(SpeechTherapyContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public ClientService(SpeechTherapyContext db)
 {
     _db = db;
 }