//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EnVisage { using System; using System.Collections.Generic; public partial class supt_tbl_MongoDBBackup { public System.Guid id { get; set; } public System.DateTime BackupDate { get; set; } public string BackupedBy { get; set; } public string BackupData { get; set; } public string CollectionName { get; set; } } }