コード例 #1
0
ファイル: PreparationTest.cs プロジェクト: buyonlinemahi/MMC
        public void AcceptedBodyPartsByReferralID()
        {
            var _id = _IPreparationRepository.getAcceptedBodyPartsByReferralID(32);

            Assert.IsTrue(_id != null, "failed");
        }
コード例 #2
0
 public string getAcceptedBodyPartsByReferralID(int _referralID)
 {
     return(_preparationRepository.getAcceptedBodyPartsByReferralID(_referralID));
 }