change from ienumerable to list
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
Task<Unit> AddUnitAsync(string name, string symbol);
|
||||
|
||||
Task<IEnumerable<Unit>> GetAllUnitsAsync();
|
||||
Task<IList<Unit>> GetAllUnitsAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user