@@ -25,6 +25,12 @@ public interface ISegmentationService
|
||||
Task<IResponseOutput> AddOrUpdateSegment(SegmentAddOrEdit addOrEditSegment);
|
||||
|
||||
Task<IResponseOutput> DeleteSegment(Guid segmentId);
|
||||
|
||||
Task<PageOutput<SegmentBindingView>> GetSegmentBindingList(SegmentBindingQuery inQuery);
|
||||
|
||||
Task<IResponseOutput> AddOrUpdateSegmentBinding(SegmentBindingAddOrEdit addOrEditSegmentBinding);
|
||||
|
||||
Task<IResponseOutput> DeleteSegmentBinding(Guid segmentBindingId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user