예제 #1
0
 public bool Add_ProjectInfo(Project ProjectInfo)
 {
     return(dal.Add_ProjectInfo(ProjectInfo));
 }