Пример #1
0
 public static List <string> GetPropertyEmailAndId(long supplierId, DateTime forDate)
 {
     DataLayer.Property pr = new DataLayer.Property();
     return(pr.GetPropertyEmailAndId(supplierId, forDate));
 }