Exemplo n.º 1
0
 public NetPresentationValueController(INetPresentValueService eNetPresentValueService)
 {
     _netPresentValueService = eNetPresentValueService;
 }
Exemplo n.º 2
0
 public NetPresentValueController(INetPresentValueService netPresentValueService)
 {
     this.netPresentValueService = netPresentValueService;
 }
 public NetPresentValueController(INetPresentValueService eNetPresentValueService)
 {
     _netPresentValueService = eNetPresentValueService ?? throw new ArgumentException(nameof(eNetPresentValueService));
 }