This commit is contained in:
2023-12-17 11:37:30 +02:00
parent f495fc9b8f
commit 4ddab34ad1
3 changed files with 7 additions and 6 deletions
@@ -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!;
@@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations;
using AutoMapper;
using Services.Account.Domain;
public class ItemCategoryViewModel
public class ItemCategoryViewModel: IResponseModel
{
public string? Id { get; set; }