public RequestRepository(TestServerContext context)
 {
     _context = context;
 }
 public HeartbeatRepository(TestServerContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ResponseRepository(TestServerContext context)
 {
     _context = context;
 }