Documentation & code cleanup
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
using Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Logic
|
||||
{
|
||||
public class ComplaintManager
|
||||
{
|
||||
private IComplaintRepository complaintRepository;
|
||||
public ComplaintManager(IComplaintRepository complaintRepository)
|
||||
public ComplaintManager(IComplaintRepository complaintRepository)
|
||||
{
|
||||
this.complaintRepository = complaintRepository;
|
||||
}
|
||||
|
Reference in New Issue
Block a user