public AuthenticationService(RequestDelegate next, PlivoCodingAssignmentContext context)
 {
     _next    = next;
     _context = context;
 }
示例#2
0
 public OutboundController(PlivoCodingAssignmentContext context)
 {
     _context = context;
 }