- using System;
- using System.Collections.Generic;
- using System.Common;
- using System.IRepositories.Bus;
- using System.Model.Bus;
- using System.Text;
- namespace System.Repositories.Bus
- {
-
- public class Bus_OrderlogsRepository : BaseRepository<T_Bus_Orderlogs>, IBus_OrderlogsRepository
- {
- }
- }
|