Exemplo n.º 1
0
 public List <AccountDTO> GetAccountDetailsByCustID(long id)
 {
     return(op.GetAccountDetailsByCustID(id));
 }