namespace GxPress.Service.Interface.Video { public interface IVideoService : IService { void RedisVideo(string filepath, byte[] bytsize, int blength, string videoName); } }