Beispiel #1
0
        public IEnumerable <LabMaster> getAllLabs()
        {
            var lab1 = _labRepository.GetMany(lab => lab.labStatus == "Active");

            return(lab1);
        }