public static MEnterprise GetMEnterprise() { DALMEnterprise _DAL = new DALMEnterprise(); MEnterprise _Menterprise = _DAL.GetMEnterprise(); return(_Menterprise); }
public static void SetMEnterpriseBiref(int id, string brief) { DALMEnterprise _DAL = new DALMEnterprise(); _DAL.SetMEnterpriseBiref(id, brief); }
public static void UpdateMEnterprise(MEnterprise _enterprise) { DALMEnterprise _DAL = new DALMEnterprise(); _DAL.UpdateMEnterprise(_enterprise); }