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>();| Get-ChildItem -Path c:\ -Recurse | Sort-Object Length -Descending | Select-Object length,name,directory -First 100 | Format-Table -AutoSize |