4 lines
77 B
C#
4 lines
77 B
C#
namespace RhSolutions.Api.Models
|
|
{
|
|
public enum Measure { Kg, M, M2, P }
|
|
} |