public void TestInit()
 {
     userService = new UserService(new MSGraphUserService(MockMSGraphUserClient.GetUserService()));
 }
Example #2
0
 public static void ClassInit(TestContext context)
 {
     userService = new UserService(new MSGraphUserService(MockMSGraphUserClient.GetUserService()));
 }