示例#1
0
 public Spot Insert(Spot spot)
 {
     return(_spotRepository.Insert(spot));
 }