public AccountController(IUserService user, DropshipService dropship) { this.user = user; this.dropship = dropship; }
public AliseeksDropshippingAuthentication(DropshipService dropshipping) { dropship = dropshipping; }
public DropshipController(DropshipService dropship, IApiService api, IRavenClient raven) { this.dropship = dropship; this.raven = raven; this.api = api; }