blah test

This commit is contained in:
2023-03-22 14:48:13 +01:00
parent cb999caf46
commit 32138bef80
9 changed files with 352 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace FarmmapsKPI.Models
{
internal class CropRecordings
{
}
}