using IRaCIS.Core.Domain.Models; namespace IRaCIS.Core.Domain.Interfaces { public interface ITrialRepository : IRepository { //IEnumerable GetDoctorWorkLoadStatistics(int projectId); } }