10 lines
225 B
C#
10 lines
225 B
C#
using Microsoft.AspNetCore.Http;
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace BMA.EHR.Application.Requests
|
|
{
|
|
public class InsigniaManageOrganizationUpdateRequest
|
|
{
|
|
public int Total { get; set; }
|
|
}
|
|
}
|