Start Implementing XBaseFileProvider ...
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using xCommons.Constants;
|
||||
using xModels.Base;
|
||||
using xModels.Dtos;
|
||||
@@ -19,5 +20,7 @@ namespace xFileService.Models.Dtos
|
||||
|
||||
public string OwnerId { get; set; }
|
||||
public XPersonDto Owner { get; set; }
|
||||
|
||||
public IList<string> References = new List<string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user