Fixed rebase confilets

This commit is contained in:
ashutosh.nehete 2025-06-09 20:22:36 +05:30
parent 6df8148f40
commit b61caa9ee7
2 changed files with 2 additions and 1500 deletions

File diff suppressed because it is too large Load Diff

View File

@ -143,6 +143,7 @@ namespace Marco.Pms.Services.Helpers
_logger.LogWarning("Employee {EmployeeId} tries to delete Category {CategoryId} but not found in database", LoggedInEmployee.Id, id);
return ApiResponse<object>.SuccessResponse(new { }, "Category deleted successfully", 200);
}
// -------------------------------- Contact Tag --------------------------------