Exemplo n.º 1
0
 public List <DIGITAL> Digitais(int CodigoUsuario)
 {
     return(DIGITAL.ListarPorUsuario(CodigoUsuario));
 }