Beispiel #1
0
 public CheckIfCanalIsValidRuleTests()
 {
     _mocker  = new AutoMoqer();
     _model   = new UpdateContatoModel();
     _rule    = new CheckIfCanalIsValidRule();
     _command = _mocker.Create <UpdateContatoCommand>();
 }
Beispiel #2
0
 public CheckIfContatoExistRuleTests()
 {
     _mocker  = new AutoMoqer();
     _model   = new UpdateContatoModel();
     _command = _mocker.Create <UpdateContatoCommand>();
 }