Exemple #1
0
 public static bool Admin_CheckLogin(string Username, string Password)
 {
     return(db.Admin_CheckLogin(Username, Password));
 }