Exemple #1
0
 public EmployeeCollectionPresenter(OnLookup onLookup)
     : this(null, onLookup)
 {
 }
Exemple #2
0
 public ChatBotProcessAssignmentCollectionPresenter(OnLookup onLookup)
     : this(null, onLookup)
 {
 }
Exemple #3
0
 public EmployeeCollectionPresenter(global::System.Linq.IQueryable <T> query, OnLookup onLookup)
     : base(query, onLookup)
 {
 }
Exemple #4
0
 public ChatBotProcessAssignmentCollectionPresenter(global::System.Linq.IQueryable <T> query, OnLookup onLookup)
     : base(query, onLookup)
 {
 }