fix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MyOffice.Data.Repositories.Currency;
|
||||
|
||||
using Models.Currencies;
|
||||
|
||||
public interface ICurrencyGlobalRepository
|
||||
{
|
||||
List<CurrencyGlobal> GetAll();
|
||||
}
|
||||
Reference in New Issue
Block a user