public AdminCommonController(IOrganOp op) { this.DbOp = op; }
public SysOrganController(IOrganOp op) { this.DbOp = op; }