コード例 #1
0
 public static bool System_CreateNewAccount(UserAccount acc)
 {
     return(SysDal.CreateNewAccount(acc));
 }