Exemplo n.º 1
0
        public async Task <CommunityAllin> Get(string id)
        {
            CommunityAllin Community = await m_CommunityRepositoryN.Get(id);

            return(Community);
        }
Exemplo n.º 2
0
        public async Task <IActionResult> Get(string id)
        {
            CommunityAllin Community = await m_CommunityBusiness.Get(id);

            return(Json(Community));
        }