Börjat på RoundBuilding avsnittet , skall ändra save-svar från bool till int
This commit is contained in:
9
Common.Library/Interfaces/IMethodSharingService.cs
Normal file
9
Common.Library/Interfaces/IMethodSharingService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace Common.Library
|
||||
{
|
||||
public interface IMethodSharingService<TEntity>
|
||||
{
|
||||
ObservableCollection<TEntity> Get();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user