Esempio n. 1
0
 public List <LogPersonaJuridicaDTO> GetAllByParameters(LogPersonaJuridicaDTO objIN)
 {
     return(ObjLogPersonaJuridicaDA.GetAllByParameters(objIN));
 }