DB issue fix

This commit is contained in:
2026-08-04 11:27:39 +05:30
parent 4f56d481a2
commit c6bc8065a2
12 changed files with 1245 additions and 15344 deletions
@@ -1,10 +0,0 @@
using ERPCore.Common.Http;
using ERPCore.Dtos.Config;
namespace ERPCore.Services.Interfaces;
public interface ICompanyProfileService
{
Task<ETagged<CompanyProfileDto>> GetAsync(CancellationToken ct = default);
Task<ETagged<CompanyProfileDto>> UpdateAsync(UpdateCompanyProfileRequest request, uint expectedRowVersion, CancellationToken ct = default);
}