Add summary comment to ActionService for migration context
Added an XML summary comment to the ActionService class to indicate it is being migrated from EnvelopeGenerator.CommonServices.Services.ActionService. This provides clarity on the class's origin and intended purpose; no functional changes were made.
This commit is contained in:
@@ -2,6 +2,9 @@ using EnvelopeGenerator.Domain.Entities;
|
|||||||
|
|
||||||
namespace EnvelopeGenerator.ServiceHost.Jobs;
|
namespace EnvelopeGenerator.ServiceHost.Jobs;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// migrate from EnvelopeGenerator.CommonServices.Services.ActionService
|
||||||
|
/// </summary>
|
||||||
[Obsolete("This is a placeholder service added by copilot. Migrate the actual logic from CommonServices.Jobs")]
|
[Obsolete("This is a placeholder service added by copilot. Migrate the actual logic from CommonServices.Jobs")]
|
||||||
public class ActionService
|
public class ActionService
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user