Exemplo n.º 1
0
 private bool ActivityExists(int id)
 {
     return(_repo.ActivityExists(id));
 }