Exemplo n.º 1
0
 public DataTable AccountLevel_GetList(int accountTypeId)
 {
     return(adapter.AccountLevel_GetList(0, accountTypeId, 1));
 }