xm
2020-04-10 84529eb9e8dc1cf670975d9c2abd56f2cd3cd901
1
2
3
4
5
6
7
8
9
10
11
12
using System;
 
namespace Shared.Common.ResponseEntity
{
    [Serializable]
    public class BackupInfoRes
    {
        public int Id;
 
        public string FileName ;
    }
}