Пример #1
0
 public static void DeleteFlatDetails(int argFlatId, int argCCId)
 {
     FlatDetailsDL.DeleteFlatDetails(argFlatId, argCCId);
 }