public SerialFileViewModel(FileModel serialModel) { this.serialModel = serialModel; }
public ComplateDownLoadEntity(FileModel fileModel, string downloadPath) { this.fileModel = fileModel; this.downloadPath = downloadPath; }