public CustomerService(ICustomerRepositary customerRepositary) { this._customerRepositary = customerRepositary; }
public CustomerProvider(ICustomerRepositary repo) { this._repo = repo; }