Moved System.IO references from DMO classes to Static Helpers
Removed nugetSource from pipeline Removed more comments Created Static Classes for most DMO / Controller Classes Push ConfigurationManager.AppSettings to controller Align Tests with other Projects
This commit is contained in:
@ -35,12 +35,6 @@ public class ChangeControlViewModel {
|
||||
public int PCR3ID { get; set; }
|
||||
public string PlanTitle { get; set; }
|
||||
public ChangeControlViewModel() {
|
||||
//GenerationIDs = new List<int>();
|
||||
//LogisticsIDs = new List<int>();
|
||||
//ProcessIDs = new List<int>();
|
||||
|
||||
//ToolTypeIDs = new List<int>();
|
||||
//PartNumberIDs = new List<string>();
|
||||
}
|
||||
|
||||
}
|
@ -37,7 +37,6 @@ public class ECNPdf {
|
||||
public bool IsEmergencyTECN { get; set; }
|
||||
|
||||
[DataType(DataType.Date)]
|
||||
//[DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")]
|
||||
public DateTime? ExpirationDate { get; set; }
|
||||
|
||||
[DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")]
|
||||
|
Reference in New Issue
Block a user