Beispiel #1
0
 public ActionResult ReadAllAddress()
 {
     return(View(Mapper.Map <List <AddressVM> >(AddressDAL.ReadAllAddress())));
 }