dotnet format
This commit is contained in:
@ -8,4 +8,4 @@ public interface IMappingFromFilter
|
||||
public bool? IsIgnoreRelativePath { init; get; }
|
||||
public bool? InSkipCollection { init; get; }
|
||||
|
||||
}
|
||||
}
|
@ -14,4 +14,4 @@ public interface IMappingFromItem
|
||||
public string RelativePath { init; get; }
|
||||
public FileHolder ResizedFileHolder { init; get; }
|
||||
|
||||
}
|
||||
}
|
@ -10,4 +10,4 @@ public interface IMappingFromLocation
|
||||
public bool? EyeReview { init; get; }
|
||||
public int WholePercentages { init; get; }
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public interface IMappingFromPerson
|
||||
public PersonBirthday PersonBirthday { init; get; }
|
||||
public string SegmentB { init; get; }
|
||||
|
||||
}
|
||||
}
|
@ -6,4 +6,4 @@ public interface IMappingFromPhotoPrism
|
||||
public DatabaseFile DatabaseFile { init; get; }
|
||||
public List<Marker> Markers { init; get; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user