using CB.Entity; namespace CB.Interface.Infrastructure { public interface IPictureService : IRepository<PictureInfo> { } }