Ejemplo n.º 1
0
 public static void UpdateJobStatus(int JobId, string Type, int UserId)
 {
     JobDAL.UpdateJobStatus(JobId, Type, UserId);
 }