Ejemplo n.º 1
0
 public void ForbiddenResource()
 {
     using (UserManager <Client, int> manager = new ClientUserManager(new CustomUserStore(ctx)))
     {
         Assert.IsNull(repo.GetPricePerPersonById(1, manager.FindByEmail("*****@*****.**").Id));
     }
 }