示例#1
0
 public List <AccountDTO> GetAccountDetailsBySSNID(long id)
 {
     return(op.GetAccountDetailsBySSNID(id));
 }