Example #1
0
 public int RegisterWithId(Tree tree)
 {
     return(_service.AddTreeWithId(tree));
 }