public ProvisioningSteps(ChatScenarioContext context)
 {
     _context = context;
 }
 public SimpleMessagingSteps(ChatScenarioContext context)
 {
     _context = context;
 }
예제 #3
0
 public GroupMessagingSteps(ChatScenarioContext context)
 {
     _context = context;
 }