Ejemplo n.º 1
0
 public bool UpdateProjectInfo(ProjectInfo projectInfo)
 {
     return(Dal.UpDate(projectInfo));
 }