示例#1
0
        public void Controller_Constructor_Success()
        {
            PharmacyController ph = GetController();

            ph.GetList();
        }