Exemple #1
0
 public NetWorthController(INetWorthProvider netWorthProvider)
 {
     _netWorthProvider = netWorthProvider;
 }