Ejemplo n.º 1
0
        public IActionResult GetWalletByDoctorCode(string DoctorCode)
        {
            List <Wallet_Doctor> list = _bll.GetWalletByDoctorCode(DoctorCode);

            return(Ok(new { data = list }));
        }