moved to logic from api to lib
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
This commit is contained in:
14
Models/YieldGreenManureModel.cs
Normal file
14
Models/YieldGreenManureModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace FarmMapsAPI.Carbon.Models
|
||||
{
|
||||
public class YieldGreenManureModel
|
||||
{
|
||||
public string ManureName { get; set; }
|
||||
public double GoodQuality { get; set; }
|
||||
public double AverageQuality { get; set; }
|
||||
public double BadQuality { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user