This commit is contained in:
@@ -68,9 +68,7 @@ namespace AyaNova.Biz
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//GET
|
||||
//
|
||||
//Internal, used by datalistfetcher via datalisttableprocessingoptions constructor
|
||||
//can be called without full biz instantiation as it doesn't rely on UserId in biz object or other shit
|
||||
//maybe should be static?
|
||||
//
|
||||
internal async Task<DataListSavedColumnView> GetAsync(long userId, string listKey, bool createDefaultIfNecessary)
|
||||
{
|
||||
var ret = await ct.DataListSavedColumnView.AsNoTracking().SingleOrDefaultAsync(z => z.UserId == userId && z.ListKey == listKey);
|
||||
@@ -90,6 +88,7 @@ namespace AyaNova.Biz
|
||||
}
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//DELETE
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user