IFlowAttachmentService.cs 129 B

1234567
  1. namespace GxPress.Service.Interface.FlowAttachment
  2. {
  3. public interface IFlowAttachmentService:IService
  4. {
  5. }
  6. }