コード例 #1
0
 public bool AddBusDetails(BusModel bus)
 {
     return(adminDAL.AddBusDetails(bus));
 }