C# Class Techdays.Core.Application.Model.SpeakerBase

Inheritance: Techdays.Core.ViewModels.BaseViewModel
Show file Open project: vermegi/TechdaysBeDemo

Public Methods

Method Description
SpeakerBase ( int id, string fullname, string picture ) : System

Method Details

SpeakerBase() public method

public SpeakerBase ( int id, string fullname, string picture ) : System
id int
fullname string
picture string
return System