Exemple #1
0
 public IEnumerable <Distrito> FindDistritoByIdCanton(int idcant)
 {
     return(commonR.FindDistritoByIdCanton(idcant));
 }