Exemple #1
0
 public int Add(Job j)
 {
     return base.Add(j);
 }
Exemple #2
0
 public int Update(Job j)
 {
     return base.Update(j);
 }
Exemple #3
0
 public static Job ConvertFeedToJob(Feed f)
 {
     Job j = new Job(f);
     return j;
 }