Exemplo n.º 1
0
 public AccountManager(IAccountDataSvc dataService)
 {
     _dataService = Check.NotNull(dataService, nameof(dataService)); AccountManagerCtor();
 }