C# Class TrianglesInSpace.Vessels.VesselRepository

Inheritance: IVesselRepository
ファイルを表示 Open project: anthony-martin/Triangles-in-space

Public Methods

Method Description
Add ( IVessel vessel ) : void
GetByName ( string name ) : IVessel
VesselRepository ( ) : System

Method Details

Add() public method

public Add ( IVessel vessel ) : void
vessel IVessel
return void

GetByName() public method

public GetByName ( string name ) : IVessel
name string
return IVessel

VesselRepository() public method

public VesselRepository ( ) : System
return System