Esempio n. 1
0
 public static int GetJobCount(int userAutoID)
 {
     return(JobStorage.GetCount(userAutoID));
 }