Exemple #1
0
 protected override bool OnAuthorizeUser(string username, string password, HttpActionContext actionContext)
 {
     return(UserBLL.AuthoriseAdminUser(username, password));
 }