- using System;
- using System.Collections.Generic;
- using System.Text;
- using System.IRepositories;
- using System.Model;
- using System.Common;
- namespace System.Repositories
- {
- public class Bus_StockLogRepository : BaseRepository<T_Bus_StockLog>, IBus_StockLogRepository
- {
- }
- }
|