ENEI2019-Public/api/Dtos/updateJSONdto.cs

9 lines
145 B
C#
Executable File

using System.Collections.Generic;
namespace api.Dtos
{
public class updateJSONdto
{
public updateUsersDTO[] users{get;set;}
}
}