示例#1
0
 public VesselViewModel GetByName(string value)
 {
     return(_vesselService.GetByName(value));
 }