public ServiceWithDependencies(IOne one, HasOne hasOne) { this.one = one; this.hasOne = hasOne; }
public ServiceWithDependencies(IOne one,HasOne hasOne) { this.one = one; this.hasOne = hasOne; }