예제 #1
0
        public string Create(UserAccountPhoto UserAccountPhoto)
        {
            var    data  = _useraccountphotoBusiness.InsertUserAccountPhoto(UserAccountPhoto);
            string data2 = "asd";

            return(data2);
        }
예제 #2
0
        public IActionResult Create(UserAccountPhoto UserAccountPhoto)
        {
            var data = _useraccountphotoBusiness.InsertUserAccountPhoto(UserAccountPhoto);

            return(View("AngularEnviarData"));
        }