Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IErrorLogRepository.Salvar Examples
Programming Language:
C# (CSharp)
Class/Type:
IErrorLogRepository
Method/Function:
Salvar
Examples at hotexamples.com:
1
C# (CSharp) IErrorLogRepository.Salvar - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IErrorLogRepository.Salvar
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
CreateEntity(22)
LogError(15)
Add(6)
Create(4)
InsertErrorLog(4)
AddErrorLogAsync(4)
Insert(2)
Log(2)
DeleteAllErrors(2)
DeleteError(2)
Salvar(1)
GetErrorLog(1)
GetErrorLogAsync(1)
GetErrors(1)
GetList(1)
GetPaging(1)
InsertError(1)
InsertEmailLog(1)
Save(1)
GetErrorByFiltering(1)
InsertErrors(1)
SaveErrorLog(1)
GetErrorCount(1)
GetAllErrorLogs(1)
GetCountAsync(1)
DeleteAllAsync(1)
AddAsync(1)
AddLog(1)
AllErrors(1)
CheckArgumentIsNull(1)
CreateError(1)
CreateUpdate(1)
DeleteErrorLog(1)
GetAllLogs(1)
Dispose(1)
Error(1)
Get(1)
GetAllAsync(1)
GetAllEntities(1)
GetAllErrorLog(1)
AddAndSaveAsync(1)
UpdateErrorLog(1)
Frequently Used Methods
CreateEntity (22)
LogError (15)
Add (6)
Create (4)
InsertErrorLog (4)
AddErrorLogAsync (4)
Insert (2)
Log (2)
DeleteAllErrors (2)
DeleteError (2)
Frequently Used Methods
Salvar (1)
GetErrorLog (1)
GetErrorLogAsync (1)
GetErrors (1)
GetList (1)
GetPaging (1)
InsertError (1)
InsertEmailLog (1)
Save (1)
GetErrorByFiltering (1)
InsertErrors (1)
SaveErrorLog (1)
GetErrorCount (1)
GetAllErrorLogs (1)
GetCountAsync (1)
DeleteAllAsync (1)
AddAsync (1)
AddLog (1)
AllErrors (1)
CheckArgumentIsNull (1)
Frequently Used Methods
InsertErrors (1)
SaveErrorLog (1)
GetErrorCount (1)
GetAllErrorLogs (1)
GetCountAsync (1)
DeleteAllAsync (1)
AddAsync (1)
AddLog (1)
AllErrors (1)
CheckArgumentIsNull (1)
CreateError (1)
CreateUpdate (1)
DeleteErrorLog (1)
GetAllLogs (1)
Dispose (1)
Error (1)
Get (1)
GetAllAsync (1)
GetAllEntities (1)
GetAllErrorLog (1)
AddAndSaveAsync (1)
UpdateErrorLog (1)
Frequently Used Methods
CreateError (1)
CreateUpdate (1)
DeleteErrorLog (1)
GetAllLogs (1)
Dispose (1)
Error (1)
Get (1)
GetAllAsync (1)
GetAllEntities (1)
GetAllErrorLog (1)
AddAndSaveAsync (1)
UpdateErrorLog (1)
Example #1
0
Show file
File:
ErroLogAppService.cs
Project:
LucasViannaNobrega/ContatoApi
public void GravarLog(ErrorLog errorLog) { _errorLogRepository.Salvar(errorLog); }
x