Beispiel #1
0
 public static long GetSupplierId(long propertyId)
 {
     DataLayer.Property pr = new DataLayer.Property();
     return(pr.GetSupplierId(propertyId));
 }