Exemplo n.º 1
0
 public PolicyController(IPolicyController implementation)
 {
     _implementation = implementation;
 }