Exemplo n.º 1
0
 public async Task <int> AddProjectAsync(Project project)
 {
     return(await projectManagerRepository.InsertAsync(project));
 }