Example #1
0
 public Address GetOrderWithId(int id)
 {
     return(_addressDal.GetOrderWithId(id));
 }