using IRaCIS.Application.ViewModels;
using IRaCIS.Core.Application.Contracts.RequestAndResponse;
namespace IRaCIS.Application.Interfaces
{
public interface IImageQAService
IResponseOutput AddOrUpdateImageQA(ImageQACommand qaCommand);
}