コード例 #1
0
        public JsonResult GetSexo()
        {
            var tipo = types.GetSex();

            return(Json(tipo));
        }