Add drafts for Interface business and repository + DataContract presentation
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using skydiveLogs_api.Data.Interface;
|
||||
|
||||
namespace skydiveLogs_api.Data
|
||||
{
|
||||
class DropZoneRepository
|
||||
public class DropZoneRepository : IDropZoneRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user