示例#1
0
 public static ACC_VoucherIteam GetCOMN_RowStatusByRowStatusID(int RowStatusID)
 {
     ACC_VoucherIteam aCC_VoucherIteam = new ACC_VoucherIteam();
     SqlACC_VoucherIteamProvider sqlACC_VoucherIteamProvider = new SqlACC_VoucherIteamProvider();
     aCC_VoucherIteam = sqlACC_VoucherIteamProvider.GetACC_VoucherIteamByRowStatusID(RowStatusID);
     return aCC_VoucherIteam;
 }