Example #1
0
 public bool HasWorkByElement(int idWorkInProject, IDriverDB driver)
 {
     return(driver.HasWorkByElement(idWorkInProject, id));
 }