Esempio n. 1
0
 public static bool System_DeteleNewAccount(int userid)
 {
     return(SysDal.DeteleNewAccount(userid));
 }