예제 #1
0
 internal static DataTable PopulateCustomerFeedback(int FlatId)
 {
     return(FlatDetailsDL.PopulateCustomerFeedback(FlatId));
 }