fix
This commit is contained in:
@@ -5,7 +5,7 @@ namespace MyOffice.Web.Models.Currency;
|
||||
using AutoMapper;
|
||||
using MyOffice.Services.Currency.Domain;
|
||||
|
||||
public class CurrencyGlobalViewModel
|
||||
public class CurrencyGlobalViewModel: IResponseModel
|
||||
{
|
||||
public string Id { get; set; } = null!;
|
||||
public string Name { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user