Created project architecture

This commit is contained in:
Nicolas SANS
2023-03-21 09:59:44 +01:00
commit 4c873d4d09
14 changed files with 194 additions and 0 deletions

17
services/TrashService.cs Normal file
View File

@ -0,0 +1,17 @@
using System;
using System.IO;
using System.Net;
using models;
using UnityEngine;
using utils;
namespace services
{
public class TrashService
{
public static Trash GetTrash(String id)
{
return Api<Trash>.get("/api/collections/trashs/records/"+id);
}
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 5a5bdf680ce94648aac43fe3f9a29e98
timeCreated: 1679386057