Ejemplo n.º 1
0
        public async Task <string> GetList(string business_id)
        {
            var rs = await _templatesRepository.GetList(business_id);

            return(rs.ToJson());
        }