i have enabled--- return RedirectToAction("Index", "Home", new {area = "Mpa"}); for now.
can u elaborate on which part I need to delete ?
it got resolved .It was just because of some typing mistake anyways thanks for help
yes it is but still getting the error
public interface ISaleappservice : IApplicationService {
}
I added that now error is with OrderBy
query.OrderBy(input.Sorting)
using <a class="postlink" href="https://github.com/loresoft/EntityFramework.Extended">https://github.com/loresoft/EntityFramework.Extended</a> gives following errors
Error 4 'System.Linq.IQueryable' does not contain a definition for 'PageBy' and no extension method 'PageBy' accepting a first argument of type 'System.Linq.IQueryable' could be found (are you missing a using directive or an assembly reference?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\MultiTenancy\TenantAppService.cs 44
Error 8 'System.Linq.IQueryable' does not contain a definition for 'PageBy' and no extension method 'PageBy' accepting a first argument of type 'System.Linq.IQueryable' could be found (are you missing a using directive or an assembly reference?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\Authorization\Users\UserAppService.cs 66
Error 11 Cannot implicitly convert type 'System.Linq.IQueryable' to 'System.Linq.IQueryable<Ni.diam.Authorization.Users.LinkedUserDto>'. An explicit conversion exists (are you missing a cast?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\Authorization\Users\UserLinkAppService.cs 121 Error 13 Cannot implicitly convert type 'System.Linq.IQueryable' to 'System.Linq.IQueryable<Ni.diam.Localization.Dto.LanguageTextListDto>'. An explicit conversion exists (are you missing a cast?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\Localization\LanguageAppService.cs 163
can it be used with abp repositories?
use data annotations [DontWrapResult] in ur controller then it will not wrap the result .
hope it helps
show the format by abp and required format
public async Task CreateSale(CreateSaleInput input) {
var person = input.MapTo<Salemast>();
await _saleRepository.InsertAsync(person);
}
please tell me what exactly you want me to share. i will try to post