Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");
Trying to instantiate accountService causes CS1729 'AccountService' does not contain a constructer that takes 0 arguments. There is no info in Object browser indicating what are possible constructors for "AccountService" class.
- Read more about AccountService Class instantiation
- 5 comments
- Log in or register to post comments
- 31 views