示例#1
0
 public CantonController(ICantonService canton)
 {
     cantonService = canton;
 }
示例#2
0
 public CantonController()
 {
     CantonServicio = new CantonRepositorio();
 }