feat(bll, dal): distributionPeriod - добавили типы, адаптировали методы
This commit is contained in:
@@ -5,6 +5,7 @@ using PARR.DAL.Services.Interfaces;
|
||||
using PARR.EsppApi;
|
||||
using PARR.EsppApi.Constants;
|
||||
using PARR.EsppApi.Models.Query;
|
||||
using System.Net.WebSockets;
|
||||
|
||||
namespace PARR.Test
|
||||
{
|
||||
@@ -61,7 +62,17 @@ namespace PARR.Test
|
||||
// var service = scope.ServiceProvider.GetService<IDistributionPeriodService>();
|
||||
|
||||
// var aaa = await service!.Get().ToListAsync();
|
||||
|
||||
|
||||
// foreach (var aaaItem in aaa) {
|
||||
|
||||
// var bbbb = aaaItem.AddDate;
|
||||
|
||||
|
||||
// var now = DateTimeOffset.UtcNow;
|
||||
// var newwww = now.AddMicroseconds(bbbb.);
|
||||
// }
|
||||
|
||||
|
||||
//}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user