Ejemplo n.º 1
0
 private async Task <bool> ProjectExists(int id)
 {
     return(await _projectRepository.CheckIfExists(new Project(id, 0, null, null, 1, DateTime.Now, DateTime.Now, false)));
 }