public ProvisioningSteps(ChatScenarioContext context)
 {
     _context = context;
 }
 public SimpleMessagingSteps(ChatScenarioContext context)
 {
     _context = context;
 }
Пример #3
0
 public GroupMessagingSteps(ChatScenarioContext context)
 {
     _context = context;
 }