Initial version
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace EonaCat.gRPC.Core.Enums;
|
||||
|
||||
public class AppEnums
|
||||
{
|
||||
public enum Gender
|
||||
{
|
||||
Male = 0,
|
||||
Female = 1,
|
||||
Other = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user