Ejemplo n.º 1
0
 /// <summary>
 /// Judge the DepotSeatId whether has operation by Id before delete
 /// </summary>
 /// <param name="Id">Id</param>
 /// <returns>Return the counts of the DepotSeat by Id</returns>
 public static int DepotSeatIdWhetherHasOperation(int Id)
 {
     return(DepotSeatDAL.DepotSeatIdWhetherHasOperation(Id));
 }