FarmMapsApiClient_KB34_MAST/FarmmapsKPI/Models/CropRecordings.cs

11 lines
150 B
C#
Raw Normal View History

2023-03-22 13:48:13 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace FarmmapsKPI.Models
{
internal class CropRecordings
{
}
}