Ejemplo n.º 1
0
 public static DataTable GetAccountWithAddress(int accountID)
 {
     return(AccountDB.GetAccountWithAddress(accountID));
 }