Exemplo n.º 1
0
 public void Setup()
 {
     _sut = new BusinessDayCounter();
 }
Exemplo n.º 2
0
 public BusinessDaysBetweenTwoDatesController(IBusinessDayCounter businessDayCounter)
 {
     _businessDayCounter = businessDayCounter;
 }
Exemplo n.º 3
0
 public HomeController(IBusinessDayCounter businessDayCounter)
 {
     _businessDayCounter = businessDayCounter;
 }