79223784

Date: 2024-11-25 16:14:21
Score: 1.5
Natty:
Report link

I am able to solve the problem.

I updated my BL class. I am referring "SampleDal" in the class.

public class SampleBl([FromKeyedServices("SampleDal")]IService service) : IService
{
  public Task<string> GetString()
  {
   var something = await service.GetString();
   return something;

  }

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user876120