Beispiel #1
0
 public ProfileBO DisplayUser(int iUserId)
 {
     return(objProfileDAL.DisplayUser(iUserId));
 }