예제 #1
0
 public HandleNewVisits(miadatabaseContext groomerDbContext)
 {
     _groomerDbContext = groomerDbContext;
 }
예제 #2
0
 public GetPetsFunction(miadatabaseContext groomerDbContext)
 {
     _groomerDbContext = groomerDbContext;
 }