Exemplo n.º 1
0
 public FarmSyncTaskNotification(FarmNotificationType notificationType, string syncTask, string message) : base(notificationType)
 {
     SyncTask = syncTask;
     Message  = message;
 }
Exemplo n.º 2
0
 protected FarmNotification(FarmNotificationType notificationType)
 {
     NotificationType = NotificationType;
 }