Ejemplo n.º 1
0
        public List <LikeLogEntity> GetLikeById(string id)
        {
            BaseSetDA da = new BaseSetDA();

            return(da.GetLikeById(id));
        }