init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Kreta.DataAccessManual.Interfaces;
|
||||
using Kreta.DataAccessManual.Util;
|
||||
|
||||
namespace Kreta.DataAccessManual
|
||||
{
|
||||
public static class Dal
|
||||
{
|
||||
public static IOrganizationConnectionHandler OrganizationConnection => new OrganizationConnectionHandler();
|
||||
public static IMobileConnectionHandler MobileConnection => new MobileConnectionHandler();
|
||||
public static IServiceSystemConnectionHandler ServiceSystemConnection => new ServiceSystemConnectionHandler();
|
||||
public static ICustomConnectionHandler CustomConnection => new CustomConnectionHandler();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user