C# Class IsThereAnyNews.EntityFramework.Models.Entities.RssChannelSubscription

Inheritance: IEntity, ICreatable, IModifiable
ファイルを表示 Open project: jstadnicki/isthereanynews Class Usage Examples

Public Methods

Method Description
RssChannelSubscription ( ) : System
RssChannelSubscription ( long rssChannelId, long subscriberId, string title ) : System

Method Details

RssChannelSubscription() public method

public RssChannelSubscription ( ) : System
return System

RssChannelSubscription() public method

public RssChannelSubscription ( long rssChannelId, long subscriberId, string title ) : System
rssChannelId long
subscriberId long
title string
return System