Ejemplo n.º 1
0
 protected override void Because_of()
 {
     _destination =
         Mapper.Map <RotatorAdRunViewModel, Rotator_Ad_Run>(new RotatorAdRunViewModel
     {
         Enabled   = true,
         EndDate   = _endDate,
         StartDate = _startDate
     });
 }
Ejemplo n.º 2
0
 protected override void Because_of()
 {
     _destination = Mapper.Map<RotatorAdRunViewModel, Rotator_Ad_Run>(new RotatorAdRunViewModel { Enabled = true, EndDate = _endDate, StartDate = _startDate });
 }