Fixed rebase confilets
This commit is contained in:
parent
6df8148f40
commit
b61caa9ee7
File diff suppressed because it is too large
Load Diff
@ -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);
|
_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);
|
return ApiResponse<object>.SuccessResponse(new { }, "Category deleted successfully", 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
// -------------------------------- Contact Tag --------------------------------
|
// -------------------------------- Contact Tag --------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user