|
@ -13,11 +13,11 @@ namespace BCS.BMC.Web.Controllers |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
[Route("api/[controller]/[action]")]
|
|
|
[Route("api/[controller]/[action]")]
|
|
|
public class FirebaseNotificationController : BMCControllerBase |
|
|
|
|
|
|
|
|
public class NotificationController : BMCControllerBase |
|
|
{ |
|
|
{ |
|
|
private readonly IFirebaseNotificationAppService _notificationService; |
|
|
private readonly IFirebaseNotificationAppService _notificationService; |
|
|
|
|
|
|
|
|
public FirebaseNotificationController(IFirebaseNotificationAppService notificationService) |
|
|
|
|
|
|
|
|
public NotificationController(IFirebaseNotificationAppService notificationService) |
|
|
{ |
|
|
{ |
|
|
_notificationService = notificationService; |
|
|
_notificationService = notificationService; |
|
|
} |
|
|
} |