public PetSQLiteRepository(PetAppDBContext ctx) { _ctx = ctx; }
public TypePetSQLRepository(PetAppDBContext context) { _ctx = context; }
public PetSQLRepository(PetAppDBContext context) { context.ChangeTracker.QueryTrackingBehavior = QueryTrackingBehavior.NoTracking; _ctx = context; }
public UserSQLRepository(PetAppDBContext context) { _ctx = context; }