Exemplo n.º 1
0
        public Readable GetReadable(int CommonId)
        {
            Readable readable = ReadableService.GetReadable(CommonId);

            return(readable);
        }
Exemplo n.º 2
0
        public int GetReadableCount(int AuthorId)
        {
            int counts = ReadableService.GetReadableCount(AuthorId);

            return(counts);
        }
Exemplo n.º 3
0
        public List <Readable> GetReadableList(int AuthorId)
        {
            List <Readable> readables = ReadableService.GetReadableList(AuthorId);

            return(readables);
        }