Beispiel #1
0
 public List <Address> GetAllOrders()
 {
     return(_addressDal.GetAllOrders());
 }