public virtual void SetUp() { _postNordClientMock = new Mock<IPostNordClient>(); _sut = new DeliveryLocationsController(_postNordClientMock.Object); }
public virtual void SetUp() { _postNordClientMock = new Mock <IPostNordClient>(); _sut = new DeliveryLocationsController(_postNordClientMock.Object); }