Initial
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
using OAService.Service.Repository;
|
||||
|
||||
namespace StandManager.Service.Repository;
|
||||
|
||||
public interface IStandManagerGenericRepository<T> : IGenericRepository<T> where T : class
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user