- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using HZY.Framework.DependencyInjection;
- using Model;
- namespace DAL.Services
- {
- public class RecipeService : BaseService<RecipeEntity>, IScopedSelfDependency
- {
- }
- }
|