kingno
2025-04-01 2120c4a86e6b7bfe2b8e27f79c0ebe2efddbc0e0
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
    public interface IUpdateProductData
    {
        event Action<ProductModel> OnUpdateProductData;
    }
}