Example #1
0
 public static AdminUserEntity GetLoginByName(string username)
 {
     return(AdminUserDAL.GetByUserName(username));
 }