8 lines
162 B
C#

namespace Marco.Pms.Services.Service.ServiceInterfaces
{
public interface IFirebaseService
{
Task SendMessageToMultipleDevicesAsync();
}
}