Example #1
0
 public DataTable GetP_PorName(string P_NAME)
 {
     return(dal.GetP_PorName(P_NAME));
 }