Beispiel #1
0
 public IEnumerable <ImageFileInfo> GetPartitionFileInfo(int id, string selectedHd, string selectedPartition)
 {
     return(_imageServices.GetPartitionImageFileInfoForGridView(id, selectedHd, selectedPartition));
 }