BMC:Change controller Name FirebaseNotificationController to NotificationController
This commit is contained in:
parent
c38e4e6599
commit
02243079b2
@ -13,11 +13,11 @@ namespace BCS.BMC.Web.Controllers
|
||||
{
|
||||
|
||||
[Route("api/[controller]/[action]")]
|
||||
public class FirebaseNotificationController : BMCControllerBase
|
||||
public class NotificationController : BMCControllerBase
|
||||
{
|
||||
private readonly IFirebaseNotificationAppService _notificationService;
|
||||
|
||||
public FirebaseNotificationController(IFirebaseNotificationAppService notificationService)
|
||||
public NotificationController(IFirebaseNotificationAppService notificationService)
|
||||
{
|
||||
_notificationService = notificationService;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user