mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 15:56:30 +00:00
add repository with mysql and entities
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Azaion.Repository.DTO;
|
||||
|
||||
public class ConnectionStrings
|
||||
{
|
||||
public string? FraudDb { get; set; }
|
||||
public string? FraudDbMsSql { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user