将所有的仓库异步方法都在名称后面添加Async
This commit is contained in:
@@ -22,7 +22,7 @@ public class EnumDescriptionConverter : IValueConverter
|
||||
|
||||
private string GetEnumDescription(object enumObj)
|
||||
{
|
||||
if (enumObj == null) return null; // Add null check here
|
||||
if (enumObj == null) return null; // AddAsync null check here
|
||||
|
||||
var fi = enumObj.GetType().GetField(enumObj.ToString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user