using System;
using System.Collections.Generic;
using System.Text;

namespace SBF.Common.Models
{
    public interface IDenpendency
    {
    }
}