Beispiel #1
0
 public Parcel Get(string code)
 {
     return(_repository.GetParcelByCode(code));
 }