practicekea_backend/microservices/_layers/common/OdooConfig.cs

8 lines
188 B
C#
Raw Permalink Normal View History

2025-10-22 13:05:31 +00:00
public class OdooConfig
{
public string Db { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public string BaseUrl { get; set; }
}