Esempio n. 1
0
 public bool AllWorksAccepted(IDriverDB driver)
 {
     return(driver.AllWorksByProjectAccepted(id));
 }