Esempio n. 1
0
        public void Get_AllLienClientBilling()
        {
            var _res = _commissionImplBL.GetAllLienClientBilling();

            Assert.IsTrue(_res != null, "Unable to find");
        }
Esempio n. 2
0
 public ActionResult getAllLienClientBilling()
 {
     return(Json(_icommission.GetAllLienClientBilling(), "text/html", JsonRequestBehavior.AllowGet));
 }