Update 20231016
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace APP.Utils
|
||||
{
|
||||
public enum DbHelperEnum
|
||||
{
|
||||
[Description("Store procedure")]
|
||||
StoredProcedure = 1,
|
||||
|
||||
[Description("Command line")]
|
||||
Text = 2
|
||||
}
|
||||
}
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace APP.Utils
|
||||
{
|
||||
public enum DbHelperEnum
|
||||
{
|
||||
[Description("Store procedure")]
|
||||
StoredProcedure = 1,
|
||||
|
||||
[Description("Command line")]
|
||||
Text = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user