ENEI2019-Public/api/Dtos/updateJSONdto.cs

9 lines
149 B
C#
Executable File

using System.Collections.Generic;
namespace api.Dtos
{
public class updateJSONdto
{
public List<updateUsersDTO> users{get;set;}
}
}