init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
using System.Collections.Generic;
|
||||
using Kreta.Ellenorzo.BL.VN.Ellenorzo;
|
||||
using Kreta.Ellenorzo.Domain.VN.Common;
|
||||
using Kreta.Ellenorzo.Domain.VN.Telefon;
|
||||
|
||||
namespace Kreta.Ellenorzo.BL.VN.Telefon
|
||||
{
|
||||
public class TelefonFacade : EllenorzoFacade
|
||||
{
|
||||
public TelefonFacade(MobileUser mobileUser) : base(mobileUser)
|
||||
{
|
||||
}
|
||||
|
||||
public HashSet<TelefonListResponse> ListTelefonszam(TelefonListRequest request) => RunSubquery(() => TelefonSubqueries.ListTelefon(DefaultConnectionParameters.DalHandler, request));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue