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