Tenant_Management #114

Merged
ashutosh.nehete merged 73 commits from Tenant_Management into main 2025-08-28 05:13:10 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 7f0dd1c08a - Show all commits

View File

@ -849,8 +849,6 @@ namespace Marco.Pms.DataAccess.Data
);
);
modelBuilder.Entity<CurrencyMaster>().HasData(
new CurrencyMaster
{

View File

@ -1,3 +1,4 @@
using Marco.Pms.CacheHelper;
using Marco.Pms.DataAccess.Data;
using Marco.Pms.Helpers;
using Marco.Pms.Helpers.CacheHelper;