Example #1
0
 public int AddProjectInfo(ProjectInfo projectInfo)
 {
     return(Dal.Add(projectInfo));
 }