Exemple #1
0
 public void AddProject(Project project)
 {
     _projectcontext.AddProject(project);
 }