IUndeleteRequestProcessor interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Abstraction for undelete request handlers with a Process method.

public interface IUndeleteRequestProcessor : IUndeleteRequestHandler

Members

name description
Process(…) Processes the UndeleteRequest and returns a UndeleteResponse

See Also