Beispiel #1
0
 public static int DeleteJob(int JobID, int UserID)
 {
     return(JobDAL.DeleteJob(JobID, UserID));
 }