Exemple #1
0
 public HandleNewVisits(miadatabaseContext groomerDbContext)
 {
     _groomerDbContext = groomerDbContext;
 }
 public GetPetsFunction(miadatabaseContext groomerDbContext)
 {
     _groomerDbContext = groomerDbContext;
 }