Exemplo n.º 1
0
 public void Setup()
 {
     _mashReferralGateway = new Mock <IMashReferralGateway>();
     _mashResidentUseCase = new MashResidentUseCase(_mashReferralGateway.Object);
 }
Exemplo n.º 2
0
 public MashResidentController(IMashResidentUseCase mashResidentUseCase)
 {
     _mashResidentUseCase = mashResidentUseCase;
 }