Exemplo n.º 1
0
 public TbPrFamilia GetFamiliaByDescripcion(string descripcion)
 {
     return(repository.GetFamiliaByDescripcion(descripcion));
 }