forked from MDCPS/DamageAssessment_Backend
		
	Revert "Merged PR 53: fixed survey put issue, and added export excel in responses
fixed survey put issue, amd added export excel in responses"
This commit is contained in:
		| @ -11,7 +11,6 @@ namespace DamageAssesment.Api.Responses.Models | ||||
|  | ||||
|         public int? AnswerId { get; set; } | ||||
|         public bool IsDeleted { get; set; } | ||||
|         public string FileName { get; set; } | ||||
|  | ||||
|         public Attachment(int answerId, string uri) | ||||
|         { | ||||
|  | ||||
| @ -4,7 +4,6 @@ | ||||
|     { | ||||
|         public int Id { get; set; } | ||||
|         public int RegionId { get; set; } | ||||
|         public string LocationCode { get; set; } | ||||
|         public string Name { get; set; } | ||||
|         public string MaintenanceCenter { get; set; } | ||||
|         public string SchoolType { get; set; } | ||||
|  | ||||
| @ -1,10 +0,0 @@ | ||||
| namespace DamageAssesment.Api.Responses.Models | ||||
| { | ||||
|     public class QuestionCategory | ||||
|     { | ||||
|         public int Id { get; set; } | ||||
|         public string IconName { get; set; } | ||||
|         public string IconLibrary { get; set; } | ||||
|         public object Titles { get; set; } | ||||
|     } | ||||
| } | ||||
| @ -1,24 +0,0 @@ | ||||
| namespace DamageAssesment.Api.Responses.Models | ||||
| { | ||||
|     public class SurveyExport | ||||
|     { | ||||
|         public int Id { get; set; } | ||||
|         public string SurveyQuestion { get; set; }   | ||||
|         public string Answer { get; set; } | ||||
|         public string Category { get; set; } | ||||
|  | ||||
|         public string School { get; set; } | ||||
|         public string Location { get; set; } | ||||
|         public string Region { get; set; } | ||||
|  | ||||
|         public string MC { get; set; } | ||||
|         public string ResponseDate { get; set; } | ||||
|         public string Notes { get; set; } | ||||
|  | ||||
|         public string Attachment1 { get; set; } | ||||
|         public string Attachment2 { get; set; } | ||||
|         public string Attachment3 { get; set; } | ||||
|         public string Attachment4 { get; set; } | ||||
|         public string Attachment5 { get; set; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user