Ejemplo n.º 1
0
 public RegistService(IRegistBO registBO)
 {
     _registBO = registBO;
 }
Ejemplo n.º 2
0
 public RegistService()
 {
     _registBO = new RegistBO();
 }