Thinking about shunting most of the file parsing into db services since it should be done once
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Dapper.Contrib.Extensions;
|
||||
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
[Table("cel_config")]
|
||||
public class CelConfigDto
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user