Added changes for the profiles to be returned and be able to be changed.

This commit is contained in:
CakeAndBanana
2025-09-17 02:07:46 +02:00
parent 0df7ee424d
commit f5b03846fe
5 changed files with 86 additions and 47 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LightlessSyncShared.Models;
namespace LightlessSyncShared.Models;
public class GroupProfile
{
public string GroupGID { get; set; }