Exemple #1
0
 public bool DoesJobExist(string name)
 {
     return(_repo.DoesJobExist(name));
 }