update TWA Management v0.0.1
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
namespace TWASys_App.Models
|
||||
using MySqlConnector;
|
||||
|
||||
namespace TWASys_App.Models
|
||||
{
|
||||
public abstract class ModelBase: IPaging
|
||||
{
|
||||
@ -12,6 +14,6 @@
|
||||
public int PageNumber { get; set; }
|
||||
public int MaxRow { get; set; }
|
||||
|
||||
|
||||
protected MySqlConnection _connection = null!;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user