예제 #1
0
 public bool UpdateProjectInfo(ProjectInfo projectInfo)
 {
     return(Dal.UpDate(projectInfo));
 }