Esempio n. 1
0
        public void AcceptedBodyPartsByReferralID()
        {
            var _id = _IPreparationRepository.getAcceptedBodyPartsByReferralID(32);

            Assert.IsTrue(_id != null, "failed");
        }
Esempio n. 2
0
 public string getAcceptedBodyPartsByReferralID(int _referralID)
 {
     return(_preparationRepository.getAcceptedBodyPartsByReferralID(_referralID));
 }