Esempio n. 1
0
 public VotingCardController(IShareHolderContext context, VotingCardServices vcSvc)
 {
     _context       = context;
     _votingCardSvc = vcSvc;
 }
Esempio n. 2
0
 public void Init()
 {
     _svc = new ShareHolderMeeting.Web.Services.VotingCardServices();
 }
Esempio n. 3
0
 // If you are using Dependency Injection, you can delete the following constructor
 public VotingController(VotingCardServices svc)
 {
     _svc = svc;
 }