示例#1
0
 public CategoriaController(IBLCategoria bl, IBLTenant blT)
 {
     this._blcategoria = bl;
     this._bltenant    = blT;
 }