Exemple #1
0
 // GET: ContactInfos
 public async Task <IActionResult> Index()
 {
     return(View(await _con.GetAllContactsInfo()));
 }