Example #1
0
 public void insert(Dependency dependency) {
   dependencyMapper.insertSelective(dependency);
 }