public override bool Action() { dao = new M_LicenseDAO(); return(isCan); }
public M_LicenseBAL() { dao = new M_LicenseDAO(); }