public int LegalUpsert(string CompanyPublicId, int?LegalId, int LegalTypeId, string LegalName, bool Enable) { return(DataFactory.LegalUpsert(CompanyPublicId, LegalId, LegalTypeId, LegalName, Enable)); }