Beispiel #1
0
 public Address GetById(int id)
 {
     return(_AddessDal.GetById(id));
 }