TestService Class
Assembly: ConsoleTestApp.dll
Syntax
public class TestService : UnitOfWorkService, ITestService, ISeedWork<ITestService>
Inheritance
System.Object
TestService
Constructors
TestService(IUnitOfWork, AppContext)
Declaration
public TestService(IUnitOfWork data, AppContext context)
Parameters
Type |
Name |
Description |
IUnitOfWork |
data |
|
AppContext |
context |
|
Properties
Declaration
protected IRepository<Contact> Contacts { get; }
Property Value
Type |
Description |
IRepository<Contact> |
|
EventMembers
Declaration
protected IRepository<EventMember> EventMembers { get; }
Property Value
Type |
Description |
IRepository<EventMember> |
|
Events
Declaration
protected IRepository<Event> Events { get; }
Property Value
Type |
Description |
IRepository<Event> |
|
EventTimes
Declaration
protected IRepository<EventTime> EventTimes { get; }
Property Value
Type |
Description |
IRepository<EventTime> |
|
IdentityLocales
Declaration
protected IRepository<IdentityLocale> IdentityLocales { get; }
Property Value
Type |
Description |
IRepository<IdentityLocale> |
|
MoneyAccounts
Declaration
protected IRepository<MoneyAccount> MoneyAccounts { get; }
Property Value
Type |
Description |
IRepository<MoneyAccount> |
|
Pictures
Declaration
protected IRepository<Picture> Pictures { get; }
Property Value
Type |
Description |
IRepository<Picture> |
|
ProfilePictures
Declaration
protected IRepository<ProfilePicture> ProfilePictures { get; }
Property Value
Type |
Description |
IRepository<ProfilePicture> |
|
Tokens
Declaration
protected IRepository<Token> Tokens { get; }
Property Value
Type |
Description |
IRepository<Token> |
|
Transactions
Declaration
protected IRepository<Transaction> Transactions { get; }
Property Value
Type |
Description |
IRepository<Transaction> |
|
Translations
Declaration
protected IRepository<IdentityTranslation> Translations { get; }
Property Value
Type |
Description |
IRepository<IdentityTranslation> |
|
Users
Declaration
protected IRepository<User> Users { get; }
Property Value
Type |
Description |
IRepository<User> |
|
Methods
Execute(String)
Declaration
public void Execute(string searchWord)
Parameters
Type |
Name |
Description |
System.String |
searchWord |
|
LoadTranslations()
Declaration
public void LoadTranslations()
Test()
Declaration
TransactionsTest()
Declaration
public void TransactionsTest()
Translation()
Declaration
public void Translation()
TranslationSingleQuery()
Declaration
public void TranslationSingleQuery()
Implements
ISeedWork<>
Extension Methods