示例#1
0
 public FarmSyncTaskNotification(FarmNotificationType notificationType, string syncTask, string message) : base(notificationType)
 {
     SyncTask = syncTask;
     Message  = message;
 }
示例#2
0
 protected FarmNotification(FarmNotificationType notificationType)
 {
     NotificationType = NotificationType;
 }