Exemplo n.º 1
0
 public AccountDTO GetAccountDetails(long id)
 {
     return(op.GetAccountDetails(id));
 }