Added the services in master menu list

This commit is contained in:
ashutosh.nehete 2025-09-19 11:42:23 +05:30
parent 1e66dd2017
commit 77db9a6bd9

View File

@ -568,7 +568,9 @@ namespace Marco.Pms.Services.Controllers
ProjectManagement, new List<MasterMenuVM> ProjectManagement, new List<MasterMenuVM>
{ {
new MasterMenuVM { Id = 3, Name = "Activity" }, new MasterMenuVM { Id = 3, Name = "Activity" },
new MasterMenuVM { Id = 4, Name = "Work Category" } new MasterMenuVM { Id = 4, Name = "Work Category" },
new MasterMenuVM { Id = 9, Name = "Services" }
//new MasterMenuVM { Id = 10, Name = "Payment Mode" }
} }
}, },
{ {