選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ILuNotificationsBusiness.cs 195B

1234567
  1. namespace Luticate2.Utils.Interfaces
  2. {
  3. public interface ILuNotificationsBusiness
  4. {
  5. void Notify(string eventName, string entityType, object oldEntity, object newEntity);
  6. }
  7. }