using CB.Entity; namespace CB.Interface.Infrastructure { public interface IPicClassService : IRepository { } }