Exemplo n.º 1
0
 public bool Exist(int idList)
 {
     return(_listRepository.Exist(idList));
 }