Exemplo n.º 1
0
 public string SetAnewProject(Project p)
 {
     _dataM.AddProject(p);
     return("project has been added");
 }