view Library/LibrarySystem/Core/Publisher.cs @ 42:0d4aff4f699d

Enabled nuget package restore on build
author adminsh@apollo
date Tue, 03 Apr 2012 23:32:40 +0100
parents dbd242eb9c33
children aef06698d9e2
line wrap: on
line source

using LibrarySystem.Interfaces;

namespace LibrarySystem.Core
{
    public class Publisher : IPublisher
    {
        public string Name { get; set; }
    }
}