Exemple #1
0
        public ActionResult IdentifyTag()
        {
            IFaceService service = new FaceService();

            return(View("~/Views/Shared/IdentifyTag.cshtml", service.GetAllPersons()));
        }