Merge pull request 'WIP Creer interface IManager' (#36) from creer_interface_manager into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #36
pull/39/head
Alexis Drai 2 years ago
commit f11e86f4d9

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
internal interface IManager
{
}
}
Loading…
Cancel
Save