Add good list
This commit is contained in:
parent
d3a35a4fe2
commit
5b4aa6c938
@ -29,7 +29,7 @@ public class MyRepository
|
||||
};
|
||||
|
||||
var ret = await this.database.InsertAsync(data).ConfigureAwait(false);
|
||||
return (int) ret;
|
||||
return (int) (long) ret;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user