api เครื่องราช
This commit is contained in:
parent
6a572144ab
commit
cb33987976
11 changed files with 5290 additions and 5321 deletions
|
|
@ -14,7 +14,7 @@ namespace BMA.EHR.Application
|
|||
services.AddTransient<OrganizationEmployeeRepository>();
|
||||
services.AddTransient<MessageQueueRepository>();
|
||||
services.AddTransient<PlacementCommandRepository>();
|
||||
// services.AddTransient<InsigniaPeriodsRepository>();
|
||||
services.AddTransient<InsigniaPeriodsRepository>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -9,6 +9,6 @@ namespace BMA.EHR.Application.Requests
|
|||
public string Year { get; set; }
|
||||
public string RequestStatus { get; set; }
|
||||
public string OrganizationName { get; set; }
|
||||
public List<InsigniaRequestItem> Items { get; set; }
|
||||
public List<dynamic> Items { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue