public ContestService(DogShowContext context) { this.context = context; }
public AppSettingsService(DogShowContext context) { this.context = context; }
public CateiController(DogShowContext context) { _context = context; }
public PlaceService(DogShowContext context) { this.context = context; }
public StapaniController(DogShowContext context) { _context = context; }
public UserService(DogShowContext context) { this.context = context; }