Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TrianglesInSpace
Vessels
VesselRepository
C# Class TrianglesInSpace.Vessels.VesselRepository
Inheritance:
IVesselRepository
Mostrar archivo
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