예제 #1
0
 public List <SUB_PROCEDIMENTO> GetAllSubs(Int32 idAss)
 {
     return(_subRepository.GetAllItens(idAss));
 }