Ejemplo n.º 1
0
 public bool IsUniqueSinger(string singerName)
 {
     return(singerRepository.IsUniqueSinger(singerName));
 }