You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
220 B
C#

using EntrustSettle.IServices;
9 months ago
using EntrustSettle.Model.Models;
9 months ago
using EntrustSettle.Services.Base;
9 months ago
namespace EntrustSettle.Services
{
9 months ago
public class OrderService : BaseServices<Order>, IOrderService
9 months ago
{
}
}