コード例 #1
0
 public async Task CreateNewProject(CreateProjectDatabaseInput input)
 {
     await _IProjectManagerRepository.CreateNewProject(input);
 }