Exemplo n.º 1
0
 public NameAPIController(ICrewmateNameService crewmateNames)
 {
     this._crewmateNames = crewmateNames;
 }
Exemplo n.º 2
0
 public NamesController(ICrewmateNameService names)
 {
     this._crewmateNames = names;
 }