Beispiel #1
0
 public BusinessTimeController(IBusinessTimeController implementation)
 {
     _implementation = implementation;
 }