feat(dal): DistributionPeriods
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using PARR.BLL.Services.Interfaces;
|
||||
using PARR.Constants;
|
||||
using PARR.DAL.Services.Interfaces;
|
||||
@@ -53,7 +54,15 @@ namespace PARR.Test
|
||||
//}
|
||||
|
||||
|
||||
|
||||
//IDistributionPeriodService
|
||||
|
||||
//using (var scope = serviceProvider.CreateScope())
|
||||
//{
|
||||
// var service = scope.ServiceProvider.GetService<IDistributionPeriodService>();
|
||||
|
||||
// var aaa = await service!.Get().ToListAsync();
|
||||
|
||||
//}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user