mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
11 lines
186 B
C#
11 lines
186 B
C#
namespace Cicm.Database
|
|
{
|
|
public partial class Operations
|
|
{
|
|
public bool UpdateDatabase()
|
|
{
|
|
// Do nothing
|
|
return true;
|
|
}
|
|
}
|
|
} |