public void TestInit()
 {
     resourceService = new Mock <IResourceService>();
     context         = new TestInMemoryCamModel();
     service         = new PrincipalService(context, resourceService.Object);
 }
 public void TestInit()
 {
     context = new TestInMemoryCamModel();
 }
 public void TestInit()
 {
     context = new TestInMemoryCamModel();
     service = new UserService(context);
 }