Base solution for your next web application

Activities of "iamnish"

Question

hi

json result is wrapped inside "result" object .how I can change or rename that ex: original :- "result" : { name:"mike", } desired: "data":{[ name:"mike", ]} thanks

public async Task CreateSale(CreateSaleInput input) {

        var person = input.MapTo<Salemast>();

        await _saleRepository.InsertAsync(person);

    }

var output = _saleAppService.CreateSale(sale); output value is <span style="color:#FF0040"> Id = 4334, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}</span>

LOGS start

WARN 2016-03-06 14:59:38,233 [167 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 14:59:38,465 [167 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: a0cfee2f-a600-4239-b167-84b8756557ef WARN 2016-03-06 14:59:40,586 [170 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 14:59:44,395 [178 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"613263ca-8049-443c-88eb-bc490b929154","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T14:59:44.3959458+08:00","Properties":{}} DEBUG 2016-03-06 14:59:44,402 [183 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 613263ca-8049-443c-88eb-bc490b929154 WARN 2016-03-06 15:02:16,097 [186 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:02:16,311 [159 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 613263ca-8049-443c-88eb-bc490b929154 WARN 2016-03-06 15:02:18,353 [159 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:02:28,925 [185 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"422ce5a0-fec8-4036-9f4a-067bf5dd2a7a","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:02:28.9242042+08:00","Properties":{}} DEBUG 2016-03-06 15:02:28,937 [159 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 422ce5a0-fec8-4036-9f4a-067bf5dd2a7a DEBUG 2016-03-06 15:04:12,084 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... WARN 2016-03-06 15:07:01,425 [173 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:07:01,613 [167 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 422ce5a0-fec8-4036-9f4a-067bf5dd2a7a WARN 2016-03-06 15:07:03,394 [180 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:07:06,629 [185 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"240cfc25-521e-4d81-b8ae-a9103713c4d2","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:07:06.6298529+08:00","Properties":{}} DEBUG 2016-03-06 15:07:06,645 [156 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 240cfc25-521e-4d81-b8ae-a9103713c4d2 DEBUG 2016-03-06 15:09:12,133 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... WARN 2016-03-06 15:10:41,435 [185 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:10:41,645 [167 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 240cfc25-521e-4d81-b8ae-a9103713c4d2 WARN 2016-03-06 15:10:43,918 [182 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:10:47,500 [181 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"3738d685-5eee-47a1-a6cc-06d263dcda45","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:10:47.5007882+08:00","Properties":{}} DEBUG 2016-03-06 15:10:47,509 [167 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 3738d685-5eee-47a1-a6cc-06d263dcda45 DEBUG 2016-03-06 15:14:12,204 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:19:12,265 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:24:12,318 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:34:26,495 [1 ] Abp.Modules.AbpModuleManager - Loading Abp modules... DEBUG 2016-03-06 15:34:28,349 [1 ] Abp.Modules.AbpModuleManager - Found 18 ABP modules in total. DEBUG 2016-03-06 15:34:28,366 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AutoMapper.AbpAutoMapperModule, Abp.AutoMapper, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,368 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AbpKernelModule, Abp, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,368 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.EntityFramework.AbpEntityFrameworkModule, Abp.EntityFramework, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Hangfire.AbpHangfireModule, Abp.HangFire, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Owin.AbpOwinModule, Abp.Owin, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.WebApi.AbpWebApiModule, Abp.Web.Api, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.WebApi.OData.AbpWebApiODataModule, Abp.Web.Api.OData, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.AbpWebModule, Abp.Web, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.Mvc.AbpWebMvcModule, Abp.Web.Mvc, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,369 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.SignalR.AbpWebSignalRModule, Abp.Web.SignalR, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,370 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.AbpZeroCoreModule, Abp.Zero, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,370 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.EntityFramework.AbpZeroEntityFrameworkModule, Abp.Zero.EntityFramework, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,370 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.Ldap.AbpZeroLdapModule, Abp.Zero.Ldap, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,370 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.DiamondApplicationModule, Nivesh.Diamond.Application, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,370 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.DiamondCoreModule, Nivesh.Diamond.Core, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,370 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.DiamondDataModule, Nivesh.Diamond.EntityFramework, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,371 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.Web.DiamondWebModule, Nivesh.Diamond.Web, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,371 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.WebApi.DiamondWebApiModule, Nivesh.Diamond.WebApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 15:34:28,377 [1 ] Abp.Modules.AbpModuleManager - 18 modules loaded. DEBUG 2016-03-06 15:34:28,446 [1 ] o.Configuration.LanguageManagementConfig - Converted Abp (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2016-03-06 15:34:28,446 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2016-03-06 15:34:28,446 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpZero (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2016-03-06 15:34:28,446 [1 ] o.Configuration.LanguageManagementConfig - Converted Diamond (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource INFO 2016-03-06 15:34:28,616 [1 ] Hangfire.SqlServer.SqlServerStorage - Start installing Hangfire SQL objects... INFO 2016-03-06 15:34:28,786 [1 ] Hangfire.SqlServer.SqlServerStorage - Hangfire SQL objects installed. DEBUG 2016-03-06 15:34:30,858 [1 ] Abp.Localization.LocalizationManager - Initializing 4 localization sources. DEBUG 2016-03-06 15:34:30,870 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Abp DEBUG 2016-03-06 15:34:30,871 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpWeb DEBUG 2016-03-06 15:34:30,888 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpZero DEBUG 2016-03-06 15:34:30,899 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Diamond DEBUG 2016-03-06 15:34:30,913 [1 ] bp.Hangfire.HangfireBackgroundJobManager - Start background worker: Abp.Hangfire.HangfireBackgroundJobManager INFO 2016-03-06 15:34:30,932 [1 ] Hangfire.BackgroundJobServer - Starting Hangfire Server INFO 2016-03-06 15:34:30,934 [1 ] Hangfire.BackgroundJobServer - Using job storage: 'SQL Server: localhost@Diamonds'. INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Using the following options for SQL Server job storage: INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Queue poll interval: 00:00:15. INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Using the following options for Hangfire Server: INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Worker count: 20. INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Listening queues: 'default'. INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Shutdown timeout: 00:00:15. INFO 2016-03-06 15:34:30,935 [1 ] Hangfire.BackgroundJobServer - Schedule polling interval: 00:00:15. DEBUG 2016-03-06 15:34:31,002 [erver] ngfire.Server.BackgroundProcessingServer - Background process 'BackgroundProcessingServer' started. DEBUG 2016-03-06 15:34:31,281 [tbeat] Hangfire.Server.ServerHeartbeat - Background process 'ServerHeartbeat' started. DEBUG 2016-03-06 15:34:31,310 [chdog] Hangfire.Server.ServerWatchdog - Background process 'ServerWatchdog' started. DEBUG 2016-03-06 15:34:31,345 [nager] Hangfire.SqlServer.ExpirationManager - Background process 'Hangfire.SqlServer.ExpirationManager' started. DEBUG 2016-03-06 15:34:31,346 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'AggregatedCounter'... DEBUG 2016-03-06 15:34:31,351 [gator] Hangfire.SqlServer.CountersAggregator - Background process 'Hangfire.SqlServer.CountersAggregator' started. DEBUG 2016-03-06 15:34:31,406 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:34:31,410 [c60c9] Hangfire.Server.Worker - Background process 'Worker #09dc60c9' started. DEBUG 2016-03-06 15:34:31,414 [ad6dc] Hangfire.Server.Worker - Background process 'Worker #9b3ad6dc' started. INFO 2016-03-06 15:34:31,414 [chdog] Hangfire.Server.ServerWatchdog - 1 servers were removed due to timeout DEBUG 2016-03-06 15:34:31,437 [8dbda] Hangfire.Server.Worker - Background process 'Worker #f628dbda' started. DEBUG 2016-03-06 15:34:31,507 [7c4a9] Hangfire.Server.Worker - Background process 'Worker #6f67c4a9' started. DEBUG 2016-03-06 15:34:31,508 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Job'... DEBUG 2016-03-06 15:34:31,534 [232d1] Hangfire.Server.Worker - Background process 'Worker #e08232d1' started. DEBUG 2016-03-06 15:34:31,547 [39f3e] Hangfire.Server.Worker - Background process 'Worker #3b039f3e' started. DEBUG 2016-03-06 15:34:31,630 [4afbe] Hangfire.Server.Worker - Background process 'Worker #7f94afbe' started. DEBUG 2016-03-06 15:34:31,701 [ea58d] Hangfire.Server.Worker - Background process 'Worker #d34ea58d' started. DEBUG 2016-03-06 15:34:31,702 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'List'... DEBUG 2016-03-06 15:34:31,769 [a2803] Hangfire.Server.Worker - Background process 'Worker #422a2803' started. DEBUG 2016-03-06 15:34:31,770 [efc9f] Hangfire.Server.Worker - Background process 'Worker #d45efc9f' started. DEBUG 2016-03-06 15:34:31,811 [1d912] Hangfire.Server.Worker - Background process 'Worker #0d11d912' started. DEBUG 2016-03-06 15:34:31,833 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Set'... DEBUG 2016-03-06 15:34:31,874 [f02c8] Hangfire.Server.Worker - Background process 'Worker #2c0f02c8' started. DEBUG 2016-03-06 15:34:31,894 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Hash'... DEBUG 2016-03-06 15:34:31,908 [769a5] Hangfire.Server.Worker - Background process 'Worker #155769a5' started. DEBUG 2016-03-06 15:34:31,986 [cd679] Hangfire.Server.Worker - Background process 'Worker #750cd679' started. DEBUG 2016-03-06 15:34:32,014 [03354] Hangfire.Server.Worker - Background process 'Worker #6c403354' started. DEBUG 2016-03-06 15:34:32,016 [3298a] Hangfire.Server.Worker - Background process 'Worker #c843298a' started. DEBUG 2016-03-06 15:34:32,083 [144e5] Hangfire.Server.Worker - Background process 'Worker #1b6144e5' started. DEBUG 2016-03-06 15:34:32,107 [f3db2] Hangfire.Server.Worker - Background process 'Worker #236f3db2' started. DEBUG 2016-03-06 15:34:32,128 [f626d] Hangfire.Server.Worker - Background process 'Worker #ba6f626d' started. DEBUG 2016-03-06 15:34:32,152 [42c1f] Hangfire.Server.Worker - Background process 'Worker #8c142c1f' started. DEBUG 2016-03-06 15:34:32,170 [duler] Hangfire.Server.DelayedJobScheduler - Background process 'DelayedJobScheduler' started. DEBUG 2016-03-06 15:34:32,175 [duler] Hangfire.Server.RecurringJobScheduler - Background process 'RecurringJobScheduler' started. DEBUG 2016-03-06 15:34:32,799 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Found 33 classes defines auto mapping attributes DEBUG 2016-03-06 15:34:32,799 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Auditing.Dto.AuditLogListDto DEBUG 2016-03-06 15:34:32,809 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Dto.FlatPermissionDto DEBUG 2016-03-06 15:34:32,811 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Roles.Dto.RoleListDto DEBUG 2016-03-06 15:34:32,818 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Roles.Dto.RoleEditDto DEBUG 2016-03-06 15:34:32,821 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Editions.Dto.EditionEditDto DEBUG 2016-03-06 15:34:32,825 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Editions.Dto.FlatFeatureDto DEBUG 2016-03-06 15:34:32,827 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Editions.Dto.EditionListDto DEBUG 2016-03-06 15:34:32,828 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Users.Profile.Dto.CurrentUserProfileEditDto DEBUG 2016-03-06 15:34:32,831 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Users.Dto.UserListDto DEBUG 2016-03-06 15:34:32,832 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Users.Dto.UserListDto+UserListRoleDto DEBUG 2016-03-06 15:34:32,833 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Localization.Dto.ApplicationLanguageEditDto DEBUG 2016-03-06 15:34:32,834 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Localization.Dto.ApplicationLanguageListDto DEBUG 2016-03-06 15:34:32,835 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.MultiTenancy.Dto.TenantListDto DEBUG 2016-03-06 15:34:32,840 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.MultiTenancy.Dto.TenantEditDto DEBUG 2016-03-06 15:34:32,843 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Notifications.Dto.NotificationSubscriptionWithDisplayNameDto DEBUG 2016-03-06 15:34:32,844 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Organizations.Dto.OrganizationUnitDto DEBUG 2016-03-06 15:34:32,846 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Organizations.Dto.OrganizationUnitUserListDto DEBUG 2016-03-06 15:34:32,848 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.CreateSaleInput DEBUG 2016-03-06 15:34:32,854 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.CreateSaledetailsInput DEBUG 2016-03-06 15:34:32,858 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.Salemastdto DEBUG 2016-03-06 15:34:32,860 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.Saledetailsdto DEBUG 2016-03-06 15:34:32,861 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Sessions.Dto.TenantLoginInfoDto DEBUG 2016-03-06 15:34:32,862 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Sessions.Dto.UserLoginInfoDto DEBUG 2016-03-06 15:34:32,863 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Languages.CreateOrEditLanguageModalViewModel DEBUG 2016-03-06 15:34:32,864 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.OrganizationUnits.EditOrganizationUnitModalViewModel DEBUG 2016-03-06 15:34:32,865 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Sale.IndexViewModel DEBUG 2016-03-06 15:34:32,867 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Tenants.TenantFeaturesEditViewModel DEBUG 2016-03-06 15:34:32,869 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Editions.CreateOrEditEditionModalViewModel DEBUG 2016-03-06 15:34:32,869 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Profile.MySettingsViewModel DEBUG 2016-03-06 15:34:32,875 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Roles.CreateOrEditRoleModalViewModel DEBUG 2016-03-06 15:34:32,876 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Users.UserPermissionsEditViewModel DEBUG 2016-03-06 15:34:32,877 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Users.CreateOrEditUserModalViewModel DEBUG 2016-03-06 15:34:32,878 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Models.Account.TenantSelectionViewModel+TenantInfo DEBUG 2016-03-06 15:34:32,888 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Auditing.IAuditLogAppService' with service name 'app/auditLog'. DEBUG 2016-03-06 15:34:32,889 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Roles.IRoleAppService' with service name 'app/role'. DEBUG 2016-03-06 15:34:32,891 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Users.IUserLinkAppService' with service name 'app/userLink'. DEBUG 2016-03-06 15:34:32,893 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Common.ICommonLookupAppService' with service name 'app/commonLookup'. DEBUG 2016-03-06 15:34:32,894 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Editions.IEditionAppService' with service name 'app/edition'. DEBUG 2016-03-06 15:34:32,896 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Configuration.Host.IHostSettingsAppService' with service name 'app/hostSettings'. DEBUG 2016-03-06 15:34:32,897 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Configuration.Tenants.ITenantSettingsAppService' with service name 'app/tenantSettings'. DEBUG 2016-03-06 15:34:32,899 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Users.Profile.IProfileAppService' with service name 'app/profile'. DEBUG 2016-03-06 15:34:32,901 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Users.IUserAppService' with service name 'app/user'. DEBUG 2016-03-06 15:34:32,902 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Localization.ILanguageAppService' with service name 'app/language'. DEBUG 2016-03-06 15:34:32,904 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.MultiTenancy.ITenantAppService' with service name 'app/tenant'. DEBUG 2016-03-06 15:34:32,905 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Notifications.INotificationAppService' with service name 'app/notification'. DEBUG 2016-03-06 15:34:32,907 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Organizations.IOrganizationUnitAppService' with service name 'app/organizationUnit'. DEBUG 2016-03-06 15:34:32,908 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Saleapp.ISaleappservice' with service name 'app/saleappservice'. DEBUG 2016-03-06 15:34:32,909 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Saleapp.ISaledetailsappservice' with service name 'app/saledetailsappservice'. DEBUG 2016-03-06 15:34:32,910 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Sessions.ISessionAppService' with service name 'app/session'. DEBUG 2016-03-06 15:34:32,911 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Tenants.Dashboard.ITenantDashboardAppService' with service name 'app/tenantDashboard'. WARN 2016-03-06 15:34:50,765 [6 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! WARN 2016-03-06 15:34:55,395 [6 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! WARN 2016-03-06 15:34:56,552 [5 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:35:19,385 [43 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"4e587454-7f70-4469-9a9c-083aba45221c","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:35:19.3697394+08:00","Properties":{}} DEBUG 2016-03-06 15:35:19,453 [37 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 4e587454-7f70-4469-9a9c-083aba45221c WARN 2016-03-06 15:35:27,956 [37 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:35:28,159 [5 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 4e587454-7f70-4469-9a9c-083aba45221c WARN 2016-03-06 15:35:30,217 [41 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:35:32,555 [41 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"2be94706-ad24-45fa-a541-0f1f1aedbba1","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:35:32.5559971+08:00","Properties":{}} DEBUG 2016-03-06 15:35:32,563 [41 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 2be94706-ad24-45fa-a541-0f1f1aedbba1 WARN 2016-03-06 15:36:41,756 [56 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:36:41,963 [41 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 2be94706-ad24-45fa-a541-0f1f1aedbba1 WARN 2016-03-06 15:36:43,872 [59 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:36:45,407 [56 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"85dd8118-2b92-41f6-b3e5-e684505e3f95","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:36:45.4076652+08:00","Properties":{}} DEBUG 2016-03-06 15:36:45,422 [51 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 85dd8118-2b92-41f6-b3e5-e684505e3f95 WARN 2016-03-06 15:37:42,630 [56 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:37:42,833 [41 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 85dd8118-2b92-41f6-b3e5-e684505e3f95 WARN 2016-03-06 15:37:44,871 [69 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:37:47,879 [67 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"b3f3abf3-ef6f-40e2-9e11-a0d517473579","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:37:47.8795134+08:00","Properties":{}} DEBUG 2016-03-06 15:37:47,885 [70 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: b3f3abf3-ef6f-40e2-9e11-a0d517473579 DEBUG 2016-03-06 15:39:31,543 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... WARN 2016-03-06 15:43:56,987 [57 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:43:57,196 [74 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: b3f3abf3-ef6f-40e2-9e11-a0d517473579 WARN 2016-03-06 15:43:59,457 [73 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 15:44:02,768 [52 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"e43f2815-f093-4e80-9ab4-a591863ecaa9","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T15:44:02.7685418+08:00","Properties":{}} DEBUG 2016-03-06 15:44:02,776 [73 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: e43f2815-f093-4e80-9ab4-a591863ecaa9 DEBUG 2016-03-06 15:44:31,572 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:49:31,625 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:54:31,684 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 15:59:31,709 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:04:31,765 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:09:31,824 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:14:31,882 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:19:31,910 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:24:31,952 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:29:31,986 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:34:32,018 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:34:32,084 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'AggregatedCounter'... DEBUG 2016-03-06 16:34:32,120 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Job'... DEBUG 2016-03-06 16:34:32,154 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'List'... DEBUG 2016-03-06 16:34:32,187 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Set'... DEBUG 2016-03-06 16:34:32,217 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Hash'... DEBUG 2016-03-06 16:39:32,043 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:44:32,071 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:49:32,094 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 16:55:05,383 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:00:05,426 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:05:05,452 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:10:05,504 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:15:05,564 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:20:05,613 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:25:05,668 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:30:05,724 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:35:05,517 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'AggregatedCounter'... DEBUG 2016-03-06 17:35:05,667 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Job'... DEBUG 2016-03-06 17:35:05,733 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'List'... DEBUG 2016-03-06 17:35:05,775 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:35:05,826 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Set'... DEBUG 2016-03-06 17:35:05,903 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Hash'... DEBUG 2016-03-06 17:40:05,826 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:45:05,857 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:50:05,918 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:55:05,942 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:56:47,961 [55 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: e43f2815-f093-4e80-9ab4-a591863ecaa9 WARN 2016-03-06 17:57:07,399 [61 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! WARN 2016-03-06 17:57:10,049 [47 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 17:57:12,957 [66 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"532910a2-487f-453e-a145-549ad077de7a","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T17:57:12.9571738+08:00","Properties":{}} DEBUG 2016-03-06 17:57:12,989 [66 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 532910a2-487f-453e-a145-549ad077de7a WARN 2016-03-06 17:57:14,952 [68 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 17:57:15,180 [55 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 532910a2-487f-453e-a145-549ad077de7a WARN 2016-03-06 17:57:16,679 [66 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 17:57:18,485 [55 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"3fdfe996-6b7a-457b-ab59-7436ca9737e1","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T17:57:18.4858223+08:00","Properties":{}} DEBUG 2016-03-06 17:57:18,545 [47 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 3fdfe996-6b7a-457b-ab59-7436ca9737e1 DEBUG 2016-03-06 17:58:23,288 [1 ] Abp.Modules.AbpModuleManager - Loading Abp modules... DEBUG 2016-03-06 17:58:24,940 [1 ] Abp.Modules.AbpModuleManager - Found 18 ABP modules in total. DEBUG 2016-03-06 17:58:24,945 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AutoMapper.AbpAutoMapperModule, Abp.AutoMapper, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,947 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AbpKernelModule, Abp, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.EntityFramework.AbpEntityFrameworkModule, Abp.EntityFramework, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Hangfire.AbpHangfireModule, Abp.HangFire, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Owin.AbpOwinModule, Abp.Owin, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.WebApi.AbpWebApiModule, Abp.Web.Api, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.WebApi.OData.AbpWebApiODataModule, Abp.Web.Api.OData, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.AbpWebModule, Abp.Web, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.Mvc.AbpWebMvcModule, Abp.Web.Mvc, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,948 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.SignalR.AbpWebSignalRModule, Abp.Web.SignalR, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.AbpZeroCoreModule, Abp.Zero, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.EntityFramework.AbpZeroEntityFrameworkModule, Abp.Zero.EntityFramework, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.Ldap.AbpZeroLdapModule, Abp.Zero.Ldap, Version=0.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.DiamondApplicationModule, Nivesh.Diamond.Application, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.DiamondCoreModule, Nivesh.Diamond.Core, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.DiamondDataModule, Nivesh.Diamond.EntityFramework, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.Web.DiamondWebModule, Nivesh.Diamond.Web, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,949 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Nivesh.Diamond.WebApi.DiamondWebApiModule, Nivesh.Diamond.WebApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null DEBUG 2016-03-06 17:58:24,955 [1 ] Abp.Modules.AbpModuleManager - 18 modules loaded. DEBUG 2016-03-06 17:58:25,029 [1 ] o.Configuration.LanguageManagementConfig - Converted Abp (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2016-03-06 17:58:25,029 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2016-03-06 17:58:25,029 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpZero (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2016-03-06 17:58:25,029 [1 ] o.Configuration.LanguageManagementConfig - Converted Diamond (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource INFO 2016-03-06 17:58:25,170 [1 ] Hangfire.SqlServer.SqlServerStorage - Start installing Hangfire SQL objects... INFO 2016-03-06 17:58:25,287 [1 ] Hangfire.SqlServer.SqlServerStorage - Hangfire SQL objects installed. DEBUG 2016-03-06 17:58:27,368 [1 ] Abp.Localization.LocalizationManager - Initializing 4 localization sources. DEBUG 2016-03-06 17:58:27,376 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Abp DEBUG 2016-03-06 17:58:27,377 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpWeb DEBUG 2016-03-06 17:58:27,389 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpZero DEBUG 2016-03-06 17:58:27,397 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Diamond DEBUG 2016-03-06 17:58:27,408 [1 ] bp.Hangfire.HangfireBackgroundJobManager - Start background worker: Abp.Hangfire.HangfireBackgroundJobManager INFO 2016-03-06 17:58:27,425 [1 ] Hangfire.BackgroundJobServer - Starting Hangfire Server INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Using job storage: 'SQL Server: localhost@Diamonds'. INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Using the following options for SQL Server job storage: INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Queue poll interval: 00:00:15. INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Using the following options for Hangfire Server: INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Worker count: 20. INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Listening queues: 'default'. INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Shutdown timeout: 00:00:15. INFO 2016-03-06 17:58:27,428 [1 ] Hangfire.BackgroundJobServer - Schedule polling interval: 00:00:15. DEBUG 2016-03-06 17:58:27,504 [erver] ngfire.Server.BackgroundProcessingServer - Background process 'BackgroundProcessingServer' started. DEBUG 2016-03-06 17:58:27,703 [tbeat] Hangfire.Server.ServerHeartbeat - Background process 'ServerHeartbeat' started. DEBUG 2016-03-06 17:58:27,744 [chdog] Hangfire.Server.ServerWatchdog - Background process 'ServerWatchdog' started. DEBUG 2016-03-06 17:58:27,749 [nager] Hangfire.SqlServer.ExpirationManager - Background process 'Hangfire.SqlServer.ExpirationManager' started. DEBUG 2016-03-06 17:58:27,749 [gator] Hangfire.SqlServer.CountersAggregator - Background process 'Hangfire.SqlServer.CountersAggregator' started. DEBUG 2016-03-06 17:58:27,750 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'AggregatedCounter'... DEBUG 2016-03-06 17:58:27,764 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... DEBUG 2016-03-06 17:58:27,806 [d04a1] Hangfire.Server.Worker - Background process 'Worker #789d04a1' started. DEBUG 2016-03-06 17:58:27,824 [2f261] Hangfire.Server.Worker - Background process 'Worker #8572f261' started. DEBUG 2016-03-06 17:58:27,871 [19d5d] Hangfire.Server.Worker - Background process 'Worker #e5319d5d' started. DEBUG 2016-03-06 17:58:27,920 [beffa] Hangfire.Server.Worker - Background process 'Worker #dbcbeffa' started. DEBUG 2016-03-06 17:58:27,921 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Job'... DEBUG 2016-03-06 17:58:27,950 [82970] Hangfire.Server.Worker - Background process 'Worker #b7682970' started. DEBUG 2016-03-06 17:58:27,970 [728fa] Hangfire.Server.Worker - Background process 'Worker #962728fa' started. DEBUG 2016-03-06 17:58:28,028 [f9500] Hangfire.Server.Worker - Background process 'Worker #9e5f9500' started. DEBUG 2016-03-06 17:58:28,054 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'List'... DEBUG 2016-03-06 17:58:28,079 [1c0e6] Hangfire.Server.Worker - Background process 'Worker #d3c1c0e6' started. DEBUG 2016-03-06 17:58:28,107 [f11fe] Hangfire.Server.Worker - Background process 'Worker #ff0f11fe' started. DEBUG 2016-03-06 17:58:28,126 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Set'... DEBUG 2016-03-06 17:58:28,152 [57400] Hangfire.Server.Worker - Background process 'Worker #49757400' started. DEBUG 2016-03-06 17:58:28,199 [4baee] Hangfire.Server.Worker - Background process 'Worker #3004baee' started. DEBUG 2016-03-06 17:58:28,213 [nager] Hangfire.SqlServer.ExpirationManager - Removing outdated records from table 'Hash'... DEBUG 2016-03-06 17:58:28,227 [2f4a9] Hangfire.Server.Worker - Background process 'Worker #6782f4a9' started. DEBUG 2016-03-06 17:58:28,257 [4a20e] Hangfire.Server.Worker - Background process 'Worker #cff4a20e' started. DEBUG 2016-03-06 17:58:28,282 [329e8] Hangfire.Server.Worker - Background process 'Worker #24b329e8' started. DEBUG 2016-03-06 17:58:28,299 [3f9c4] Hangfire.Server.Worker - Background process 'Worker #e0f3f9c4' started. DEBUG 2016-03-06 17:58:28,317 [34e67] Hangfire.Server.Worker - Background process 'Worker #4f034e67' started. DEBUG 2016-03-06 17:58:28,336 [fd5f9] Hangfire.Server.Worker - Background process 'Worker #d9efd5f9' started. DEBUG 2016-03-06 17:58:28,373 [09ee8] Hangfire.Server.Worker - Background process 'Worker #4e509ee8' started. DEBUG 2016-03-06 17:58:28,390 [128cc] Hangfire.Server.Worker - Background process 'Worker #bed128cc' started. DEBUG 2016-03-06 17:58:28,413 [82ed9] Hangfire.Server.Worker - Background process 'Worker #c2b82ed9' started. DEBUG 2016-03-06 17:58:28,429 [duler] Hangfire.Server.DelayedJobScheduler - Background process 'DelayedJobScheduler' started. DEBUG 2016-03-06 17:58:28,447 [duler] Hangfire.Server.RecurringJobScheduler - Background process 'RecurringJobScheduler' started. DEBUG 2016-03-06 17:58:28,992 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Found 33 classes defines auto mapping attributes DEBUG 2016-03-06 17:58:28,992 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Auditing.Dto.AuditLogListDto DEBUG 2016-03-06 17:58:29,002 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Dto.FlatPermissionDto DEBUG 2016-03-06 17:58:29,004 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Roles.Dto.RoleListDto DEBUG 2016-03-06 17:58:29,012 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Roles.Dto.RoleEditDto DEBUG 2016-03-06 17:58:29,015 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Editions.Dto.EditionEditDto DEBUG 2016-03-06 17:58:29,017 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Editions.Dto.FlatFeatureDto DEBUG 2016-03-06 17:58:29,018 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Editions.Dto.EditionListDto DEBUG 2016-03-06 17:58:29,020 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Users.Profile.Dto.CurrentUserProfileEditDto DEBUG 2016-03-06 17:58:29,023 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Users.Dto.UserListDto DEBUG 2016-03-06 17:58:29,026 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Authorization.Users.Dto.UserListDto+UserListRoleDto DEBUG 2016-03-06 17:58:29,027 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Localization.Dto.ApplicationLanguageEditDto DEBUG 2016-03-06 17:58:29,028 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Localization.Dto.ApplicationLanguageListDto DEBUG 2016-03-06 17:58:29,029 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.MultiTenancy.Dto.TenantListDto DEBUG 2016-03-06 17:58:29,033 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.MultiTenancy.Dto.TenantEditDto DEBUG 2016-03-06 17:58:29,035 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Notifications.Dto.NotificationSubscriptionWithDisplayNameDto DEBUG 2016-03-06 17:58:29,036 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Organizations.Dto.OrganizationUnitDto DEBUG 2016-03-06 17:58:29,038 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Organizations.Dto.OrganizationUnitUserListDto DEBUG 2016-03-06 17:58:29,040 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.CreateSaleInput DEBUG 2016-03-06 17:58:29,044 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.CreateSaledetailsInput DEBUG 2016-03-06 17:58:29,048 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.Salemastdto DEBUG 2016-03-06 17:58:29,050 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Saleapp.Dto.Saledetailsdto DEBUG 2016-03-06 17:58:29,050 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Sessions.Dto.TenantLoginInfoDto DEBUG 2016-03-06 17:58:29,052 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Sessions.Dto.UserLoginInfoDto DEBUG 2016-03-06 17:58:29,053 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Languages.CreateOrEditLanguageModalViewModel DEBUG 2016-03-06 17:58:29,053 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.OrganizationUnits.EditOrganizationUnitModalViewModel DEBUG 2016-03-06 17:58:29,054 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Sale.IndexViewModel DEBUG 2016-03-06 17:58:29,057 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Tenants.TenantFeaturesEditViewModel DEBUG 2016-03-06 17:58:29,057 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Editions.CreateOrEditEditionModalViewModel DEBUG 2016-03-06 17:58:29,058 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Profile.MySettingsViewModel DEBUG 2016-03-06 17:58:29,063 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Roles.CreateOrEditRoleModalViewModel DEBUG 2016-03-06 17:58:29,064 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Users.UserPermissionsEditViewModel DEBUG 2016-03-06 17:58:29,065 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Areas.Mpa.Models.Users.CreateOrEditUserModalViewModel DEBUG 2016-03-06 17:58:29,065 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Nivesh.Diamond.Web.Models.Account.TenantSelectionViewModel+TenantInfo DEBUG 2016-03-06 17:58:29,075 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Auditing.IAuditLogAppService' with service name 'app/auditLog'. DEBUG 2016-03-06 17:58:29,077 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Roles.IRoleAppService' with service name 'app/role'. DEBUG 2016-03-06 17:58:29,078 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Users.IUserLinkAppService' with service name 'app/userLink'. DEBUG 2016-03-06 17:58:29,079 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Common.ICommonLookupAppService' with service name 'app/commonLookup'. DEBUG 2016-03-06 17:58:29,080 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Editions.IEditionAppService' with service name 'app/edition'. DEBUG 2016-03-06 17:58:29,081 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Configuration.Host.IHostSettingsAppService' with service name 'app/hostSettings'. DEBUG 2016-03-06 17:58:29,083 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Configuration.Tenants.ITenantSettingsAppService' with service name 'app/tenantSettings'. DEBUG 2016-03-06 17:58:29,084 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Users.Profile.IProfileAppService' with service name 'app/profile'. DEBUG 2016-03-06 17:58:29,085 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Authorization.Users.IUserAppService' with service name 'app/user'. DEBUG 2016-03-06 17:58:29,086 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Localization.ILanguageAppService' with service name 'app/language'. DEBUG 2016-03-06 17:58:29,087 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.MultiTenancy.ITenantAppService' with service name 'app/tenant'. DEBUG 2016-03-06 17:58:29,089 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Notifications.INotificationAppService' with service name 'app/notification'. DEBUG 2016-03-06 17:58:29,090 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Organizations.IOrganizationUnitAppService' with service name 'app/organizationUnit'. DEBUG 2016-03-06 17:58:29,091 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Saleapp.ISaleappservice' with service name 'app/saleappservice'. DEBUG 2016-03-06 17:58:29,092 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Saleapp.ISaledetailsappservice' with service name 'app/saledetailsappservice'. DEBUG 2016-03-06 17:58:29,093 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Sessions.ISessionAppService' with service name 'app/session'. DEBUG 2016-03-06 17:58:29,094 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'Nivesh.Diamond.Tenants.Dashboard.ITenantDashboardAppService' with service name 'app/tenantDashboard'. WARN 2016-03-06 17:58:46,566 [6 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! WARN 2016-03-06 17:58:46,566 [5 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! WARN 2016-03-06 17:58:51,832 [5 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 17:58:54,927 [38 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"ab8bfa9e-9c00-4f48-810a-dd676289a1d6","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T17:58:54.9168076+08:00","Properties":{}} DEBUG 2016-03-06 17:58:54,983 [38 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: ab8bfa9e-9c00-4f48-810a-dd676289a1d6 WARN 2016-03-06 17:59:45,635 [6 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 17:59:45,837 [8 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: ab8bfa9e-9c00-4f48-810a-dd676289a1d6 WARN 2016-03-06 17:59:48,122 [6 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 18:00:10,131 [5 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"1c1321f8-3301-454e-82af-45d86b7dce37","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T18:00:10.1316005+08:00","Properties":{}} DEBUG 2016-03-06 18:00:10,144 [40 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 1c1321f8-3301-454e-82af-45d86b7dce37 INFO 2016-03-06 18:03:27,779 [chdog] Hangfire.Server.ServerWatchdog - 1 servers were removed due to timeout DEBUG 2016-03-06 18:03:27,848 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table... WARN 2016-03-06 18:05:14,680 [73 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 18:05:15,010 [83 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is disconnected: 1c1321f8-3301-454e-82af-45d86b7dce37 WARN 2016-03-06 18:05:17,333 [72 ] Abp.Logging.LogHelper - Can not find 'Entries' in localization source 'Diamond'! DEBUG 2016-03-06 18:05:39,345 [67 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"64e84a86-de70-4a74-b240-757bc7c8795a","IpAddress":"::1","TenantId":2,"UserId":3,"ConnectTime":"2016-03-06T18:05:39.3455644+08:00","Properties":{}} DEBUG 2016-03-06 18:05:39,360 [67 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 64e84a86-de70-4a74-b240-757bc7c8795a DEBUG 2016-03-06 18:08:27,877 [gator] Hangfire.SqlServer.CountersAggregator - Aggregating records in 'Counter' table...

Logs finished

please tell me what exactly you want me to share. i will try to post

i can even see the insert statement in sqlprofiler but it is not written in database ,I wonder if it is rollbacked or how ?

The thread 0x291c has exited with code 259 (0x103). Opened connection asynchronously at 3/7/2016 8:57:21 PM +08:00

INSERT [dbo].[Sale_Mast]([TenantId], [Invdt], [Invduedt], [Currency], [Currate], [Custid], [Export], [Comments], [Invno], [Branchid], [IsDeleted], [DeleterUserId], [DeletionTime], [LastModificationTime], [LastModifierUserId], [CreationTime], [CreatorUserId], [Id]) VALUES (@0, @1, @2, @3, @4, @5, @6, @7, @8, NULL, @9, NULL, NULL, NULL, NULL, @10, @11, @12) SELECT [Sslno] FROM [dbo].[Sale_Mast] WHERE @@ROWCOUNT > 0 AND [Sslno] = scope_identity()

-- @0: '2' (Type = Int32)

-- @1: '3/7/2016 12:00:00 AM' (Type = DateTime2)

-- @2: '3/7/2016 12:00:00 AM' (Type = DateTime2)

-- @3: 'USD' (Type = String, Size = -1)

-- @4: '1' (Type = Decimal, Precision = 18, Scale = 2)

-- @5: 'harry' (Type = String, Size = -1)

-- @6: 'False' (Type = Boolean)

-- @7: 'lol' (Type = String, Size = -1)

-- @8: '100' (Type = String, Size = 50)

-- @9: 'False' (Type = Boolean)

-- @10: '3/7/2016 8:57:21 PM' (Type = DateTime2)

-- @11: '3' (Type = Int64)

-- @12: '0' (Type = Int32)

-- Executing asynchronously at 3/7/2016 8:57:21 PM +08:00

-- Completed in 3 ms with result: SqlDataReader

Closed connection at 3/7/2016 8:57:21 PM +08:00

The thread 0x4938 has exited with code 259 (0x103).

Answer

by changing it to Entitydto , am i loosing anything :?: ?

yes , I have corrected it thanks :D

while creating new record error is coming .Reading record is working fine.mentioned below Error,Model entity ,Input entity

error : A first chance exception of type 'AutoMapper.AutoMapperMappingException' occurred in AutoMapper.dll

salemast class

public virtual int TenantId { get; set; }

  [Table("Sale_Mast")]
public class Salemast : FullAuditedEntity, IMustHaveTenant
{
    public virtual int TenantId { get; set; }

    [Required]
    [DataType(DataType.Date)]
    [DisplayFormat(DataFormatString = "{0:yyyy-MM-dd}", ApplyFormatInEditMode = true)]
    public virtual System.DateTime Invdt { get; set; }



    [Required]
    [DataType(DataType.Date)]
    [DisplayFormat(DataFormatString = "{0:yyyy-MM-dd}", ApplyFormatInEditMode = true)]
    public virtual System.DateTime Invduedt { get; set; }

    [Required]
    public virtual string Currency { get; set; }

    [Required]
    public virtual decimal Currate { get; set; }

    [Required]
    public virtual string Custid { get; set; }

    [Required]
    public virtual bool Export { get; set; }

    [Required]
    public virtual string Comments { get; set; }

    [Required]
    [StringLength(50)]
    public virtual string Invno { get; set; }

    [Key]
    [DatabaseGenerated(DatabaseGeneratedOption.Identity)]
    public virtual int Sslno { get; set; }
    public virtual string Branchid { get; set; }
    public virtual ICollection&lt;Saledetails&gt; Saledetails { get; set; }




}

[AutoMapFrom(typeof(Salemast))] public class CreateSaleInput : IInputDto {

  [Required]     
  public  System.DateTime Invdt { get; set; }



  [Required]
  public System.DateTime Invduedt { get; set; }

  [Required]
  public  string Currency { get; set; }

  [Required]
  public  decimal Currate { get; set; }

  [Required]
  public  string Custid { get; set; }

  public  bool Export { get; set; }

 
  public  string Comments { get; set; }

  [Required]
  [StringLength(50)]
  public  string Invno { get; set; }

  [Key]
  [DatabaseGenerated(DatabaseGeneratedOption.Identity)]
  public  int Sslno { get; set; }
  public  string Branchid { get; set; }



     

}

Answer

Hi thanks I changed it to Entitydto and those fields are gone but still there is one extra field 'id' .And tenant id keep displaying zero

Answer

my salesdto and json response is mentioned below .though i have not defined those properties in dto but it is automatically added to the return value.

[AutoMapFrom(typeof(Salemast))] public class Salelistdto : FullAuditedEntityDto { [Required] public int TenantId { get; set; } [Required] public System.DateTime Invdt { get; set; } [Required] public System.DateTime Invduedt { get; set; } [Required] public string Currency { get; set; } [Required] public decimal Currate { get; set; } [Required] public string Custid { get; set; } public bool Export { get; set; } public string Comments { get; set; }

      [Required]
    public  string Invno { get; set; }
    public  int Sslno { get; set; }
    public  string Branchid { get; set; }
    public decimal Amount { get; set; }
    int termvalue;
    public  int Terms
    {
        get
        {
            return Convert.ToInt32(Invduedt.Subtract(Invdt).TotalDays);
        }
        set
        {
            termvalue = value;
        }
    }
    public Collection&lt;Saledetailslistdto&gt; Saledetails { get; set; }

}

json response from getsale

{ "success": true, "result": { "filter": null, "items": [ { "tenantId": 0, "invdt": "2015-02-02T00:00:00", "invduedt": "2015-03-03T00:00:00", "currency": "USD", "currate": 6.00, "custid": "MrX", "export": false, "comments": "okok", "invno": "10", "sslno": 0, "branchid": null, "amount": 2000.0000, "terms": 29, "saledetails": null, <span style="color:#FF0040">"isDeleted": false, "deleterUserId": null, "deletionTime": null, "lastModificationTime": null, "lastModifierUserId": null, "creationTime": "2016-03-03T23:33:26.2537063+08:00", "creatorUserId": null, "id": 0</span> },

Answer

I have followup questions

1 should i make separate repository and dtos for the all entities including the child entity?

2.I dont want to send extra info(tenantid , creationdate etc ) to the the client side, but they are automatically added by the platform.

3.why my tenantid is showing zero

Showing 31 to 40 of 43 entries