Begin with add services and interfaces
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using skydiveLogs_api.Domain;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.DomainBusiness.Interfaces
|
||||
{
|
||||
public interface IStatsByYearService
|
||||
{
|
||||
#region Public Methods
|
||||
IEnumerable<Statistic> GetStats();
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user