Exemplo n.º 1
0
 public int CreateJobPortal(TblJobPortal tblJobPortal)
 {
     return(MastersDAL.CreateJobPortal(tblJobPortal));
 }