Exemplo n.º 1
0
 private bool DeveloperExists(int id)
 {
     return(_developerService.Exist(id));
 }