public UserRepository() { this.context = new CalcContext(); }
public OperationRepository() { this.context = new CalcContext(); }
public LikeRepository() { this.context = new CalcContext(); }