Skip to content

Commit 94ec0a4

Browse files
committed
Removed unnecessary IObjectMapper injection.
1 parent 5c6cbf2 commit 94ec0a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/AbpCompanyName.AbpProjectName.Application/AbpProjectNameAppServiceBase.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Abp.Application.Services;
2-
using Abp.ObjectMapping;
32

43
namespace AbpCompanyName.AbpProjectName
54
{
@@ -8,15 +7,8 @@ namespace AbpCompanyName.AbpProjectName
87
/// </summary>
98
public abstract class AbpProjectNameAppServiceBase : ApplicationService
109
{
11-
/// <summary>
12-
/// Reference to the object to object mapper.
13-
/// TODO: REMOVE THIS WHEN IT'S ADDED TO ApplicationService in Abp.
14-
/// </summary>
15-
public IObjectMapper ObjectMapper { get; set; }
16-
1710
protected AbpProjectNameAppServiceBase()
1811
{
19-
ObjectMapper = NullObjectMapper.Instance;
2012
LocalizationSourceName = AbpProjectNameConsts.LocalizationSourceName;
2113
}
2214
}

0 commit comments

Comments
 (0)