Example #1
0
 public void Setup()
 {
     identityManagementService = Substitute.For <IIdentityManagementService>();
     sut = new IdentityManagementController(identityManagementService);
 }
 public void Setup()
 {
     identityManagementService = Substitute.For<IIdentityManagementService>();
     sut = new IdentityManagementController(identityManagementService);
 }