public async Task <IReadOnlyList <Project> > GetProjects(Core.Specification.ISpecifications <T> spec)
 {
     throw new System.NotImplementedException();
 }
 public async Task <IReadOnlyList <Attendance> > GetAtendances(Core.Specification.ISpecifications <T> spec)
 {
     throw new System.NotImplementedException();
 }