Exemplo n.º 1
0
 public OracleService()
 {
     DataMapper = MyBatisSingleton.GetDatabaseMapper("EAS");
     Session    = MyBatisSingleton.GetTransaction("EAS");
 }
Exemplo n.º 2
0
 public SqlServerSevice()
 {
     DataMapper = MyBatisSingleton.GetDatabaseMapper("PTS");
     Session    = MyBatisSingleton.GetTransaction("PTS");
 }
Exemplo n.º 3
0
 public MySqlService()
 {
     DataMapper = MyBatisSingleton.GetDatabaseMapper("OA");
     Session    = MyBatisSingleton.GetTransaction("OA");
 }