Blog.Services.Implementation.AddressService.GetByUser C# (CSharp) Метод

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

public GetByUser ( int userId ) : Address
userId int
Результат Blog.Common.Contracts.Address
        public Address GetByUser(int userId)
        {
            return _addressLogic.GetByUser(userId);
        }