Ejemplo n.º 1
0
 public TypeConfigBll()
 {
     _typeConfigService = new TypeConfigService();
 }
Ejemplo n.º 2
0
 public RegisterBll()
 {
     _registerService   = new RegisterService();
     _typeConfigService = new TypeConfigService();
 }