แก้ไข op 324,3247,3248
This commit is contained in:
@@ -15,7 +15,7 @@ namespace TodoAPI2.Models
|
||||
rep_eva01WithSelectionViewModel GetWithSelection(Guid id);
|
||||
rep_eva01WithSelectionViewModel GetBlankItem();
|
||||
|
||||
|
||||
DataContext GetContext();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,11 @@ namespace TodoAPI2.Models
|
||||
|
||||
public string org_id { get; set; }
|
||||
|
||||
public Guid? round_id { get; set; }
|
||||
public int? round_id { get; set; }
|
||||
public string round_text { get; set; }
|
||||
|
||||
public string command_no { get; set; }
|
||||
public string date_text { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -73,6 +73,11 @@ namespace TodoAPI2.Models
|
||||
return i;
|
||||
}
|
||||
|
||||
public DataContext GetContext()
|
||||
{
|
||||
return _repository.Context;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user