C# Class example.Entities.House

显示文件 Open project: stephanhoekstra/clean-architecture

Public Methods

Method Description
House ( ) : System.Collections.Generic
RegisterInterest ( Interest interest ) : void

Method Details

House() public method

public House ( ) : System.Collections.Generic
return System.Collections.Generic

RegisterInterest() public method

public RegisterInterest ( Interest interest ) : void
interest Interest
return void