public InvitationController(IInvitationServiceLayer service, IWebSecurityWrapper security, INotificationSender notify)
 {
     _service = service;
     _security = security;
     _notify = notify;
 }
 public ProjectProfferController(IInvitationServiceLayer service, IWebSecurityWrapper security, INotificationSender notice)
 {
     _service = service;
     _security = security;
     _notice = notice;
 }
 public BidPackageInvitationsController(IInvitationServiceLayer service, IWebSecurityWrapper security, INotificationSender notice)
 {
     _service = service;
     _security = security;
     _notice = notice;
 }