public PPSwipeController(AuthenticationService authenticationService, LogService logService, PPEventService ppEventService, UserService userService)
 {
     _authenticationService = authenticationService;
     _logService            = logService;
     _ppEventService        = ppEventService;
     _userService           = userService;
 }
示例#2
0
 public PPEventController(AuthenticationService authenticationService, LogService logService, PPEventService ppEventService)
 {
     _authenticationService = authenticationService;
     _logService            = logService;
     _ppEventService        = ppEventService;
 }