Quantcast
Channel: URF - Unit of Work & (extensible/generic) Repositories Framework
Viewing all articles
Browse latest Browse all 1539

New Post: No parameterless constructor defined for this object. - WebForms

$
0
0
Got it resolved.

Everything done thus far was correct, I just had to this (below) to the

private IAccountService accountService;
   [Dependency]
   public IAccountService AccountService
   {
       get { return accountService; }
       set { accountService = value; }
   }
Good luck !

Viewing all articles
Browse latest Browse all 1539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>