change round

This commit is contained in:
Suphonchai Phoonsawat 2023-11-23 15:48:09 +07:00
parent 22d9210416
commit 2bf43a52b5
27 changed files with 69774 additions and 7 deletions

View file

@ -45,6 +45,8 @@ namespace BMA.EHR.Application
{
services.AddTransient<DutyTimeRepository>();
services.AddTransient<UserTimeStampRepository>();
services.AddTransient<ProcessUserTimeStampRepository>();
services.AddTransient<UserDutyTimeRepository>();
return services;
}