public List <LikeLogEntity> GetLikeById(string id) { BaseSetDA da = new BaseSetDA(); return(da.GetLikeById(id)); }