// if (expiryDate < DateTime.Now) // { // throw new ExpiredLoginException(expiryDate); // } // }
//}
return res; }
But I got an exception since the EntityManager is not authenticated, since I need to have the guest account disabled and I'm on the server during the login phase, what can I do to have access to my table? Thanks
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum