https://github.com/Moq/moq4/wiki/Quickstart
Install-Package Moq
//Create mock
var mockRepository = new Mock<ICustomerRepository>();https://github.com/Moq/moq4/wiki/Quickstart
Install-Package Moq
//Create mock
var mockRepository = new Mock<ICustomerRepository>();