using Znyc.CloudCar.Model.Entities; namespace Znyc.CloudCar.IRepository.Certification { public interface ICertificationRepository : IRepositoryBase { } }