Beispiel #1
0
 public DbDataReader FetchPersonDetailById(int pid)
 {
     return(_personDAL.FetchPersonDetailById(pid));
 }