Blog.Services.Implementation.CommunityService.Add C# (CSharp) Метод

Add() публичный Метод

public Add ( Community community ) : Community
community Blog.Common.Contracts.Community
Результат Blog.Common.Contracts.Community
        public Community Add(Community community)
        {
            return _communityLogic.Add(community);
        }