Created project architecture
This commit is contained in:
17
services/TrashService.cs
Normal file
17
services/TrashService.cs
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
3
services/TrashService.cs.meta
Normal file
3
services/TrashService.cs.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5a5bdf680ce94648aac43fe3f9a29e98
|
||||
timeCreated: 1679386057
|
Reference in New Issue
Block a user