Пример #1
0
 public ProjectDTO Create(ProjectDTO instance)
 {
     return Project.AddProject(instance.ToEntity()).ToDTO();
 }