Example #1
0
 public InventoryController(
     ICategoriesProxyService categoriesProxyService
     )
 {
     this.categoriesProxyService = categoriesProxyService;
 }
 public void SetUp()
 {
     categoriesProxyService = Substitute.For <ICategoriesProxyService>();
 }